Skip to content

Commit 3296437

Browse files
Update pandas/core/indexes/base.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 9f11f69 commit 3296437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2872,7 +2872,7 @@ def union(self, other, sort=None):
28722872
Parameters
28732873
----------
28742874
other : Index or array-like
2875-
Another Index or an array-like object containing elements to form the union
2875+
Index or an array-like object containing elements to form the union
28762876
with the original Index.
28772877
sort : bool or None, default None
28782878
Whether to sort the resulting Index.

0 commit comments

Comments
 (0)