Skip to content

Commit 6a8e708

Browse files
elcombatojschendel
authored andcommitted
DOC: Fix minor typo in docstring (#25285)
1 parent b8306f1 commit 6a8e708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5761,9 +5761,9 @@ def stack(self, level=-1, dropna=True):
57615761
Notes
57625762
-----
57635763
The function is named by analogy with a collection of books
5764-
being re-organised from being side by side on a horizontal
5764+
being reorganized from being side by side on a horizontal
57655765
position (the columns of the dataframe) to being stacked
5766-
vertically on top of of each other (in the index of the
5766+
vertically on top of each other (in the index of the
57675767
dataframe).
57685768
57695769
Examples

0 commit comments

Comments
 (0)