Skip to content

DOC: Fix dangling hyphens. #51889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ aggregations for step functions defined over real numbers, datetime and timedelt

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


.. _ecosystem.io:
Expand Down
4 changes: 2 additions & 2 deletions doc/source/user_guide/integer_na.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ with the dtype.
.. warning::

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

.. ipython:: python
Expand Down