Skip to content

Commit 4dcb998

Browse files
milo0jreback
authored andcommitted
DOC: Fix typo in shared doc for align method (pandas-dev#16665)
1 parent ceaf852 commit 4dcb998

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)