Skip to content

Commit 50c4a08

Browse files
committed
DOC: stray character
1 parent 5a38dca commit 50c4a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/groupby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ natural to group by one of the levels of the hierarchy.
161161
['one', 'two', 'one', 'two', 'one', 'two', 'one', 'two']]
162162
tuples = zip(*arrays)
163163
tuples
164-
g index = MultiIndex.from_tuples(tuples, names=['first', 'second'])
164+
index = MultiIndex.from_tuples(tuples, names=['first', 'second'])
165165
s = Series(randn(8), index=index)
166166
167167
.. ipython:: python

0 commit comments

Comments
 (0)