Skip to content

Commit 83858b2

Browse files
authored
DOC: Fix dangling hyphens. (pandas-dev#51889)
1 parent d42757a commit 83858b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/source/ecosystem.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ aggregations for step functions defined over real numbers, datetime and timedelt
377377

378378
xarray brings the labeled data power of pandas to the physical sciences by
379379
providing N-dimensional variants of the core pandas data structures. It aims to
380-
provide a pandas-like and pandas-compatible toolkit for analytics on multi-
381-
dimensional arrays, rather than the tabular data for which pandas excels.
380+
provide a pandas-like and pandas-compatible toolkit for analytics on
381+
multi-dimensional arrays, rather than the tabular data for which pandas excels.
382382

383383

384384
.. _ecosystem.io:

doc/source/user_guide/integer_na.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ with the dtype.
5858
.. warning::
5959

6060
Currently :meth:`pandas.array` and :meth:`pandas.Series` use different
61-
rules for dtype inference. :meth:`pandas.array` will infer a nullable-
62-
integer dtype
61+
rules for dtype inference. :meth:`pandas.array` will infer a
62+
nullable-integer dtype
6363

6464
.. ipython:: python
6565

0 commit comments

Comments
 (0)