Skip to content

Commit

Permalink
Fix error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Apr 29, 2020
1 parent b0f2ef5 commit 9b2f222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/working_with_aiida/groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ or the group can be retrieved with the `get_group()` method::
Out[8]: True
In [9]: path.get_group() is None
Out[9]: True
In [10]: path["base1/sub_group1"].get_group() is None
Out[10]: True
In [10]: path["base1/sub_group1"].is_virtual
Out[10]: False
In [11]: path["base1/sub_group1"].get_group()
Out[11]: <Group: "base1/sub_group1" [type core], of user user@email.com>

Expand Down

0 comments on commit 9b2f222

Please sign in to comment.