From f1ae7362986183341740932fbe34b667e148ff89 Mon Sep 17 00:00:00 2001 From: John Zangwill Date: Wed, 26 Jan 2022 17:49:15 +0000 Subject: [PATCH] Backport PR #45633: DOC: Fix typo in nth docstring --- pandas/core/groupby/groupby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/groupby/groupby.py b/pandas/core/groupby/groupby.py index e4c5541468629..e55149c36c096 100644 --- a/pandas/core/groupby/groupby.py +++ b/pandas/core/groupby/groupby.py @@ -2643,7 +2643,7 @@ def nth( A single nth value for the row or a list of nth values or slices. .. versionchanged:: 1.4.0 - Added slice and lists containiing slices. + Added slice and lists containing slices. Added index notation. dropna : {'any', 'all', None}, default None