From b8b4eec0fdb807755c13e7901a95f115280be99d Mon Sep 17 00:00:00 2001 From: Qaiser Abbasi <3501767+bbq2100@users.noreply.github.com> Date: Sun, 29 Sep 2024 20:46:11 +0200 Subject: [PATCH] Fix typo in 10min.rst --- doc/source/user_guide/10min.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/10min.rst b/doc/source/user_guide/10min.rst index 887ffd5580a52..72bb93d21a99f 100644 --- a/doc/source/user_guide/10min.rst +++ b/doc/source/user_guide/10min.rst @@ -177,7 +177,7 @@ See the indexing documentation :ref:`Indexing and Selecting Data ` and Getitem (``[]``) ~~~~~~~~~~~~~~~~ -For a :class:`DataFrame`, passing a single label selects a columns and +For a :class:`DataFrame`, passing a single label selects a column and yields a :class:`Series` equivalent to ``df.A``: .. ipython:: python