Skip to content

Commit fa0e90a

Browse files
committed
DOC: formatting typos in categorical.rst
1 parent 8776596 commit fa0e90a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/categorical.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ necessarily make the sort order the same as the categories order.
352352
.. note::
353353

354354
If the `Categorical` is not ordered, ``Series.min()`` and ``Series.max()`` will raise
355-
`TypeError`. Numeric operations like ``+``, ``-``, ``*``, ``/`` and operations based on them
356-
(e.g.``Series.median()``, which would need to compute the mean between two values if the length
357-
of an array is even) do not work and raise a `TypeError`.
355+
``TypeError``. Numeric operations like ``+``, ``-``, ``*``, ``/`` and operations based on them
356+
(e.g. ``Series.median()``, which would need to compute the mean between two values if the length
357+
of an array is even) do not work and raise a ``TypeError``.
358358

359359
Multi Column Sorting
360360
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)