Skip to content

Commit

Permalink
Fix typo in 10min.rst (#59921)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbq2100 authored Sep 30, 2024
1 parent 74d36ac commit 00855f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/10min.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ See the indexing documentation :ref:`Indexing and Selecting Data <indexing>` 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
Expand Down

0 comments on commit 00855f8

Please sign in to comment.