Skip to content

Commit 2f5af5e

Browse files
dsaxtonjbrockmendel
authored andcommitted
DOC/CLN: Fix docstring typo (pandas-dev#33320)
1 parent eb080f3 commit 2f5af5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4232,7 +4232,7 @@ def equals(self, other: Any) -> bool:
42324232
>>> idx1.equals(idx2)
42334233
False
42344234
4235-
The oreder is compared
4235+
The order is compared
42364236
42374237
>>> ascending_idx = pd.Index([1, 2, 3])
42384238
>>> ascending_idx

0 commit comments

Comments
 (0)