diff --git a/pandas/core/generic.py b/pandas/core/generic.py index accb7d0db1d2c..98977bf8a595f 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -5045,7 +5045,7 @@ def ranker(data): return ranker(data) _shared_docs['align'] = (""" - Align two object on their axes with the + Align two objects on their axes with the specified join method for each axis Index Parameters