Skip to content

Commit 1ef3a63

Browse files
milo0stangirala
authored andcommitted
DOC: Fix typo in shared doc for align method (#16665)
1 parent dae1b89 commit 1ef3a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5045,7 +5045,7 @@ def ranker(data):
50455045
return ranker(data)
50465046

50475047
_shared_docs['align'] = ("""
5048-
Align two object on their axes with the
5048+
Align two objects on their axes with the
50495049
specified join method for each axis Index
50505050
50515051
Parameters

0 commit comments

Comments
 (0)