Skip to content

Commit 1d5b15c

Browse files
rogererensSeeminSyed
authored andcommitted
Update 03_subset_data.rst (pandas-dev#32868)
1 parent abd9989 commit 1d5b15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/intro_tutorials/03_subset_data.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ name of the column of interest.
8888
</ul>
8989

9090
Each column in a :class:`DataFrame` is a :class:`Series`. As a single column is
91-
selected, the returned object is a pandas :class:`DataFrame`. We can verify this
91+
selected, the returned object is a pandas :class:`Series`. We can verify this
9292
by checking the type of the output:
9393

9494
.. ipython:: python

0 commit comments

Comments
 (0)