From b1e0f8d3a5cd01f3e20c979af9c6ddc60c466db2 Mon Sep 17 00:00:00 2001 From: Martina Oefelein Date: Sun, 29 Mar 2020 15:58:13 +0200 Subject: [PATCH] Fix ambiguous reference to "previous" section This section originally came just after "10 minutes to pandas", but now it's after the "Getting started tutorials". Also, the examples have diverged a bit, so let's not pretend that we are creating the same objects. --- doc/source/user_guide/basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user_guide/basics.rst b/doc/source/user_guide/basics.rst index c6d9a48fcf8ed..aa93f37a313f9 100644 --- a/doc/source/user_guide/basics.rst +++ b/doc/source/user_guide/basics.rst @@ -7,8 +7,8 @@ ============================== Here we discuss a lot of the essential functionality common to the pandas data -structures. Here's how to create some of the objects used in the examples from -the previous section: +structures. To begin, let's create some example objects like we did in +the :ref:`10 minutes to pandas <10min>` section: .. ipython:: python