From ef923c7cafa1ac16e488f0a26103abbfcc329987 Mon Sep 17 00:00:00 2001 From: Justin Tyson <61070079+unethicalwhitehat@users.noreply.github.com> Date: Thu, 8 Jun 2023 08:50:46 +0100 Subject: [PATCH] Update 02_read_write.rst Grammatical error corrected. --- .../getting_started/intro_tutorials/02_read_write.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/getting_started/intro_tutorials/02_read_write.rst b/doc/source/getting_started/intro_tutorials/02_read_write.rst index dbb1be8c4d875..832c2cc25712f 100644 --- a/doc/source/getting_started/intro_tutorials/02_read_write.rst +++ b/doc/source/getting_started/intro_tutorials/02_read_write.rst @@ -99,9 +99,9 @@ strings (``object``). .. note:: When asking for the ``dtypes``, no brackets are used! ``dtypes`` is an attribute of a ``DataFrame`` and ``Series``. Attributes - of ``DataFrame`` or ``Series`` do not need brackets. Attributes - represent a characteristic of a ``DataFrame``/``Series``, whereas a - method (which requires brackets) *do* something with the + of a ``DataFrame`` or ``Series`` do not need brackets. Attributes + represent a characteristic of a ``DataFrame``/``Series``, whereas + methods (which require brackets) *do* something with the ``DataFrame``/``Series`` as introduced in the :ref:`first tutorial <10min_tut_01_tableoriented>`. .. raw:: html