Skip to content

Commit 7dd5523

Browse files
committed
Improved clarity and consistency on "brackets" usage
1 parent 94d575a commit 7dd5523

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
@@ -97,11 +97,11 @@ in this ``DataFrame`` are integers (``int64``), floats (``float64``) and
9797
strings (``object``).
9898

9999
.. note::
100-
When asking for the ``dtypes``, no brackets are used!
100+
When asking for the ``dtypes``, no parentheses ``()`` are used!
101101
``dtypes`` is an attribute of a ``DataFrame`` and ``Series``. Attributes
102-
of a ``DataFrame`` or ``Series`` do not need brackets. Attributes
102+
of a ``DataFrame`` or ``Series`` do not need ``()``. Attributes
103103
represent a characteristic of a ``DataFrame``/``Series``, whereas
104-
methods (which require brackets) *do* something with the
104+
methods (which require parentheses ``()``) *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)