Skip to content

Commit 1418835

Browse files
Backport PR #45633: DOC: Fix typo in nth docstring (#45924)
Co-authored-by: John Zangwill <[email protected]>
1 parent f035290 commit 1418835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2643,7 +2643,7 @@ def nth(
26432643
A single nth value for the row or a list of nth values or slices.
26442644
26452645
.. versionchanged:: 1.4.0
2646-
Added slice and lists containiing slices.
2646+
Added slice and lists containing slices.
26472647
Added index notation.
26482648
26492649
dropna : {'any', 'all', None}, default None

0 commit comments

Comments
 (0)