Skip to content

Commit ef2adcd

Browse files
committed
DOC: More fixups
1 parent ae0e4f7 commit ef2adcd

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
@@ -1363,7 +1363,7 @@ If indicated, a deprecation warning will be issued if you reference theses modul
13631363
"pandas._testing", "pandas.util.libtesting", ""
13641364
"pandas._window", "pandas.core.libwindow", ""
13651365

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

13681368
.. _whatsnew_0200.privacy.deprecate_plotting:
13691369

pandas/core/generic.py

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

0 commit comments

Comments
 (0)