Skip to content

Commit 9f9d47d

Browse files
committed
DOC: More fixups
1 parent aaadd2d commit 9f9d47d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/whatsnew/v0.20.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ If indicated, a deprecation warning will be issued if you reference theses modul
13571357
"pandas._testing", "pandas.util.libtesting", ""
13581358
"pandas._window", "pandas.core.libwindow", ""
13591359

1360-
- The function :func:`~pandas.api.type.union_categoricals` is now importable from ``pandas.api.types``, formerly from ```pandas.types.concat`` (:issue:`15998`)
1360+
- The function :func:`~pandas.api.types.union_categoricals` is now importable from ``pandas.api.types``, formerly from ``pandas.types.concat`` (:issue:`15998`)
13611361

13621362
.. _whatsnew_0200.privacy.deprecate_plotting:
13631363

pandas/core/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4216,8 +4216,8 @@ def groupby(self, by=None, axis=0, level=None, as_index=True, sort=True,
42164216
index. If a dict or Series is passed, the Series or dict VALUES
42174217
will be used to determine the groups (the Series' values are first
42184218
aligned; see ``.align()`` method). If an ndarray is passed, the
4219-
values as-is determine the groups. A str or list of strs maybe be
4220-
used used to group by the columns in ``self``.
4219+
values are used as-is determine the groups. A str or list of strs
4220+
may be passed to group by the columns in ``self``
42214221
axis : int, default 0
42224222
level : int, level name, or sequence of such, default None
42234223
If the axis is a MultiIndex (hierarchical), group by a particular

0 commit comments

Comments
 (0)