File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/source/getting_started/intro_tutorials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments