Skip to content

Commit 4bae30f

Browse files
committed
Fix
1 parent aff4671 commit 4bae30f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7591,8 +7591,7 @@ def nsorted(
75917591
keep: NsmallestNlargestKeep = "first",
75927592
) -> DataFrame:
75937593
"""
7594-
Return the first `n` rows ordered by `columns` in the order defined by
7595-
`ascending`.
7594+
Return the first `n` rows ordered by `columns` in `ascending` order.
75967595
75977596
The columns that are not specified are returned as
75987597
well, but not used for ordering.

0 commit comments

Comments
 (0)