Skip to content

Commit

Permalink
Fix docstring of Index.join in base.py (pandas-dev#55050)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored and mroeschke committed Sep 11, 2023
1 parent 29a9ab4 commit 5524d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/indexes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4556,7 +4556,7 @@ def join(
-------
join_index, (left_indexer, right_indexer)
Examples
Examples
--------
>>> idx1 = pd.Index([1, 2, 3])
>>> idx2 = pd.Index([4, 5, 6])
Expand Down

0 comments on commit 5524d8a

Please sign in to comment.