Skip to content

Commit dfac360

Browse files
author
dacoex
committed
added warning for retrieving from groups
1 parent 01dcacd commit dfac360

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/source/io.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -2812,10 +2812,12 @@ everything in the sub-store and BELOW, so be *careful*.
28122812
/foo/bar/bah (Group) ''
28132813
children := ['block0_items' (Array), 'axis1' (Array), 'axis0' (Array), 'block0_values' (Array)]
28142814
2815-
2816-
2815+
Use explicit string based keys
28172816

2817+
.. ipython:: python
28182818
2819+
bah = store['foo/bar/bah']
2820+
28192821
28202822
Storing Types
28212823
'''''''''''''

0 commit comments

Comments
 (0)