Fix typo in 10min.rst (#59921) · pandas-dev/pandas@00855f8 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 00855f8

Fix typo in 10min.rst (#59921)

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -177,7 +177,7 @@ See the indexing documentation :ref:`Indexing and Selecting Data ` and
177 177 Getitem (``[]``)
178 178 ~~~~~~~~~~~~~~~~
179 179
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
181 181 yields a :class:`Series` equivalent to ``df.A``:
182 182
183 183 .. ipython:: python