We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd823d2 commit ba7e83dCopy full SHA for ba7e83d
pandas/core/shared_docs.py
@@ -65,9 +65,9 @@
65
Determine which axis to align the comparison on.
66
67
* 0, or 'index' : Resulting differences are stacked vertically
68
- with rows drawn alternately from self and other.
+ with rows drawn alternately from self and other.
69
* 1, or 'columns' : Resulting differences are aligned horizontally
70
- with columns drawn alternately from self and other.
+ with columns drawn alternately from self and other.
71
72
keep_shape : bool, default False
73
If true, all rows and columns are kept.
0 commit comments