Skip to content

Commit cd379bb

Browse files
authored
1 parent b24034d commit cd379bb

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
@@ -242,7 +242,7 @@ I want to work with passenger data for which the age is known.
242242
age_no_na.head()
243243
244244
The :meth:`~Series.notna` conditional function returns a ``True`` for each row the
245-
values are not an ``Null`` value. As such, this can be combined with the
245+
values are not a ``Null`` value. As such, this can be combined with the
246246
selection brackets ``[]`` to filter the data table.
247247

248248
.. raw:: html

0 commit comments

Comments
 (0)