From 21803608543d7ccca49bad3682bec0f6e6592bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Fri, 12 Jan 2024 13:27:20 +0100 Subject: [PATCH] Fix docstring for MyPath Follow-up to #1154 which changed its behavior. --- include/openPMD/backend/Attributable.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/openPMD/backend/Attributable.hpp b/include/openPMD/backend/Attributable.hpp index c7b92b8b44..d1c5e8ae78 100644 --- a/include/openPMD/backend/Attributable.hpp +++ b/include/openPMD/backend/Attributable.hpp @@ -222,7 +222,8 @@ class Attributable * Indicates where this Attributable may be found within its Series. * Prefixed by the accessed object, e.g., * "iterations", "100", "meshes", "E", "x" - * Notice that RecordComponent::SCALAR is included in this list, too. + * Notice that RecordComponent::SCALAR does not get included in this + * list. */ std::vector group; Access access;