Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbd7d1a

Browse files
committed
Fix incorrect group name in quickstart docs
1 parent 6f6e3a0 commit fbd7d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Specifying a full path works just fine::
8585
Groups support most of the Python dictionary-style interface.
8686
You retrieve objects in the file using the item-retrieval syntax::
8787

88-
>>> dataset_three = f['subgroup/dataset_three']
88+
>>> dataset_three = f['subgroup2/dataset_three']
8989

9090
Iterating over a group provides the names of its members::
9191

0 commit comments

Comments
 (0)