Skip to content

Commit 7bb2948

Browse files
Fix docstring for MyPath (#1587)
Follow-up to #1154 which changed its behavior.
1 parent a3fe9b7 commit 7bb2948

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/openPMD/backend/Attributable.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ class Attributable
222222
* Indicates where this Attributable may be found within its Series.
223223
* Prefixed by the accessed object, e.g.,
224224
* "iterations", "100", "meshes", "E", "x"
225-
* Notice that RecordComponent::SCALAR is included in this list, too.
225+
* Notice that RecordComponent::SCALAR does not get included in this
226+
* list.
226227
*/
227228
std::vector<std::string> group;
228229
Access access;

0 commit comments

Comments
 (0)