Skip to content

Commit 0e79e2b

Browse files
Re-Trigger PR checks
1 parent 72f7f13 commit 0e79e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def closed(self) -> bool:
429429
SortKind = Literal["quicksort", "mergesort", "heapsort", "stable"]
430430
NaPosition = Literal["first", "last"]
431431

432-
# Arguments for nsorted, nsmallest and nlargest
432+
# Arguments for nsorted, nsmallest and nlargest.
433433
NsmallestNlargestKeep = Literal["first", "last", "all"]
434434

435435
# quantile interpolation

0 commit comments

Comments
 (0)