Skip to content

Commit

Permalink
Backport PR #55050 on branch 2.1.x (Fix docstring of Index.join in ba…
Browse files Browse the repository at this point in the history
…se.py) (#55217)

Backport PR #55050: Fix docstring of Index.join in base.py

Co-authored-by: Kai Mühlbauer <kmuehlbauer@wradlib.org>
Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 20, 2023
1 parent 652fd13 commit 34cc5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/indexes/base.py
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 34cc5b7

Please sign in to comment.