Skip to content

Commit 3b53202

Browse files
funnycrabjreback
authored andcommitted
DOC: Fix a typo in advanced.rst (pandas-dev#15933)
1 parent 2f160f0 commit 3b53202

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
@@ -46,7 +46,7 @@ data with an arbitrary number of dimensions in lower dimensional data
4646
structures like Series (1d) and DataFrame (2d).
4747

4848
In this section, we will show what exactly we mean by "hierarchical" indexing
49-
and how it integrates with the all of the pandas indexing functionality
49+
and how it integrates with all of the pandas indexing functionality
5050
described above and in prior sections. Later, when discussing :ref:`group by
5151
<groupby>` and :ref:`pivoting and reshaping data <reshaping>`, we'll show
5252
non-trivial applications to illustrate how it aids in structuring data for

0 commit comments

Comments
 (0)