Skip to content

Commit

Permalink
Backport PR #55050: Fix docstring of Index.join in base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored and meeseeksmachine committed Sep 20, 2023
1 parent cb7ea72 commit 5bf5f62
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 @@ -4586,7 +4586,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 5bf5f62

Please sign in to comment.