Skip to content

Commit

Permalink
Fix typo in 10min.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bbq2100 authored Sep 29, 2024
1 parent 5b35c77 commit b8b4eec
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 b8b4eec

Please sign in to comment.