Skip to content

Commit c29a230

Browse files
Merge pull request #10854 from rgieseke/patch-1
DOC: fix Panel4D docstring
2 parents 6d60d76 + 6c598fa commit c29a230

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/core/panel4d.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
aliases={'major': 'major_axis', 'minor': 'minor_axis'},
1313
stat_axis=2,
1414
ns=dict(__doc__="""
15-
Represents a 4 dimensional structured
15+
Panel4D is a 4-Dimensional named container very much like a Panel, but
16+
having 4 named dimensions. It is intended as a test bed for more
17+
N-Dimensional named containers.
1618
1719
Parameters
1820
----------

0 commit comments

Comments
 (0)