Skip to content

Commit b1e9b58

Browse files
authored
Fix docstring of Index.join in base.py (#55050)
1 parent ba1e735 commit b1e9b58

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
@@ -4557,7 +4557,7 @@ def join(
45574557
-------
45584558
join_index, (left_indexer, right_indexer)
45594559
4560-
Examples
4560+
Examples
45614561
--------
45624562
>>> idx1 = pd.Index([1, 2, 3])
45634563
>>> idx2 = pd.Index([4, 5, 6])

0 commit comments

Comments
 (0)