Skip to content

Commit 1e8f6b2

Browse files
authored
Fix ambiguous reference to "previous" section (pandas-dev#33119)
1 parent d82eec0 commit 1e8f6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/basics.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
==============================
88

99
Here we discuss a lot of the essential functionality common to the pandas data
10-
structures. Here's how to create some of the objects used in the examples from
11-
the previous section:
10+
structures. To begin, let's create some example objects like we did in
11+
the :ref:`10 minutes to pandas <10min>` section:
1212

1313
.. ipython:: python
1414

0 commit comments

Comments
 (0)