diff --git a/pandas/core/generic.py b/pandas/core/generic.py index c3ad87082c8ed..b8e158b5f9e2e 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -9899,7 +9899,7 @@ def describe( from the result. To exclude numeric types submit ``numpy.number``. To exclude object columns submit the data type ``numpy.object``. Strings can also be used in the style of - ``select_dtypes`` (e.g. ``df.describe(include=['O'])``). To + ``select_dtypes`` (e.g. ``df.describe(exclude=['O'])``). To exclude pandas categorical columns, use ``'category'`` - None (default) : The result will exclude nothing. datetime_is_numeric : bool, default False