Skip to content

Commit 0915857

Browse files
andrewkittredgejreback
authored andcommitted
Typo (#15377)
1 parent 1190ac6 commit 0915857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Creating a MultiIndex (hierarchical index) object
5959

6060
The ``MultiIndex`` object is the hierarchical analogue of the standard
6161
``Index`` object which typically stores the axis labels in pandas objects. You
62-
can think of ``MultiIndex`` an array of tuples where each tuple is unique. A
62+
can think of ``MultiIndex`` as an array of tuples where each tuple is unique. A
6363
``MultiIndex`` can be created from a list of arrays (using
6464
``MultiIndex.from_arrays``), an array of tuples (using
6565
``MultiIndex.from_tuples``), or a crossed set of iterables (using

0 commit comments

Comments
 (0)