Skip to content

Commit 00855f8

Browse files
authored
Fix typo in 10min.rst (#59921)
1 parent 74d36ac commit 00855f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/10min.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ See the indexing documentation :ref:`Indexing and Selecting Data <indexing>` and
177177
Getitem (``[]``)
178178
~~~~~~~~~~~~~~~~
179179

180-
For a :class:`DataFrame`, passing a single label selects a columns and
180+
For a :class:`DataFrame`, passing a single label selects a column and
181181
yields a :class:`Series` equivalent to ``df.A``:
182182

183183
.. ipython:: python

0 commit comments

Comments
 (0)