diff --git a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst b/doc/source/getting_started/intro_tutorials/01_table_oriented.rst index e8e0fef271a74..2dcc8b0abe3b8 100644 --- a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst +++ b/doc/source/getting_started/intro_tutorials/01_table_oriented.rst @@ -176,7 +176,7 @@ these are by default not taken into account by the :func:`~DataFrame.describe` m Many pandas operations return a ``DataFrame`` or a ``Series``. The :func:`~DataFrame.describe` method is an example of a pandas operation returning a -pandas ``Series``. +pandas ``Series`` or a pandas ``DataFrame``. .. raw:: html