From 9077227da578939fe72016682b06b810eed7117f Mon Sep 17 00:00:00 2001 From: Fabian Gabel <3385756+eltenedor@users.noreply.github.com> Date: Sun, 6 Mar 2022 21:46:19 +0100 Subject: [PATCH] an -> a --- doc/source/getting_started/intro_tutorials/03_subset_data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/intro_tutorials/03_subset_data.rst b/doc/source/getting_started/intro_tutorials/03_subset_data.rst index 4106b0e064823..79df2b4325091 100644 --- a/doc/source/getting_started/intro_tutorials/03_subset_data.rst +++ b/doc/source/getting_started/intro_tutorials/03_subset_data.rst @@ -242,7 +242,7 @@ I want to work with passenger data for which the age is known. age_no_na.head() The :meth:`~Series.notna` conditional function returns a ``True`` for each row the -values are not an ``Null`` value. As such, this can be combined with the +values are not a ``Null`` value. As such, this can be combined with the selection brackets ``[]`` to filter the data table. .. raw:: html