Skip to content

Commit 99437e3

Browse files
authored
Update 02_read_write.rst (#53559)
Grammatical error corrected.
1 parent 4e83066 commit 99437e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/getting_started/intro_tutorials/02_read_write.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ strings (``object``).
9999
.. note::
100100
When asking for the ``dtypes``, no brackets are used!
101101
``dtypes`` is an attribute of a ``DataFrame`` and ``Series``. Attributes
102-
of ``DataFrame`` or ``Series`` do not need brackets. Attributes
103-
represent a characteristic of a ``DataFrame``/``Series``, whereas a
104-
method (which requires brackets) *do* something with the
102+
of a ``DataFrame`` or ``Series`` do not need brackets. Attributes
103+
represent a characteristic of a ``DataFrame``/``Series``, whereas
104+
methods (which require brackets) *do* something with the
105105
``DataFrame``/``Series`` as introduced in the :ref:`first tutorial <10min_tut_01_tableoriented>`.
106106

107107
.. raw:: html

0 commit comments

Comments
 (0)