Skip to content

Commit 34cc5b7

Browse files
meeseeksmachinekmuehlbauerphofl
authored
Backport PR #55050 on branch 2.1.x (Fix docstring of Index.join in base.py) (#55217)
Backport PR #55050: Fix docstring of Index.join in base.py Co-authored-by: Kai Mühlbauer <[email protected]> Co-authored-by: Patrick Hoefler <[email protected]>
1 parent 652fd13 commit 34cc5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4586,7 +4586,7 @@ def join(
45864586
-------
45874587
join_index, (left_indexer, right_indexer)
45884588
4589-
Examples
4589+
Examples
45904590
--------
45914591
>>> idx1 = pd.Index([1, 2, 3])
45924592
>>> idx2 = pd.Index([4, 5, 6])

0 commit comments

Comments
 (0)