Skip to content

Commit 200c1f5

Browse files
authored
DOC: Fix typo in nth docstring (pandas-dev#45633)
* Update groupby.py * Trigger CI
1 parent c5ff649 commit 200c1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2675,7 +2675,7 @@ def nth(
26752675
A single nth value for the row or a list of nth values or slices.
26762676
26772677
.. versionchanged:: 1.4.0
2678-
Added slice and lists containiing slices.
2678+
Added slice and lists containing slices.
26792679
Added index notation.
26802680
26812681
dropna : {'any', 'all', None}, default None

0 commit comments

Comments
 (0)