Skip to content

Commit ba7e83d

Browse files
FuzzyParrabellumrdzantoine.pro@gmail.commroeschke
authored
DOC: Fix docstring of pandas.Series.compare list indent formatting (#59911)
Co-authored-by: [email protected] <[email protected]> Co-authored-by: Matthew Roeschke <[email protected]>
1 parent fd823d2 commit ba7e83d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/shared_docs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
Determine which axis to align the comparison on.
6666
6767
* 0, or 'index' : Resulting differences are stacked vertically
68-
with rows drawn alternately from self and other.
68+
with rows drawn alternately from self and other.
6969
* 1, or 'columns' : Resulting differences are aligned horizontally
70-
with columns drawn alternately from self and other.
70+
with columns drawn alternately from self and other.
7171
7272
keep_shape : bool, default False
7373
If true, all rows and columns are kept.

0 commit comments

Comments
 (0)