Skip to content

Commit 6e3dd31

Browse files
committed
add extra bracket
1 parent f888baa commit 6e3dd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/merging.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ using :meth:`Series.reset_index`.
736736
# The series has a multi-index with levels corresponding to columns in the DataFrame we want to merge with
737737
ser = pd.Series(
738738
['a', 'b', 'c', 'd', 'e', 'f'],
739-
index=pd.MultiIndex.from_arrays([["A", "B", "C"] * 2, [1, 2, 3, 4, 5, 6]], names=['Let', 'Num']
739+
index=pd.MultiIndex.from_arrays([["A", "B", "C"] * 2, [1, 2, 3, 4, 5, 6]], names=['Let', 'Num'])
740740
)
741741
ser
742742

0 commit comments

Comments
 (0)