Skip to content

Commit 293d394

Browse files
okjustinim-vinicius
authored and
im-vinicius
committed
Update 02_read_write.rst (pandas-dev#53559)
Grammatical error corrected.
1 parent 6ee1146 commit 293d394

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

Lines changed: 3 additions & 3 deletions
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)