Skip to content

Commit 9ae4a5a

Browse files
committed
DOC: cancel dataframe nlargest's doc list item text bold effect
1 parent b887e78 commit 9ae4a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6597,7 +6597,7 @@ def nlargest(self, n, columns, keep: str = "first") -> DataFrame:
65976597
- `first` : prioritize the first occurrence(s)
65986598
- `last` : prioritize the last occurrence(s)
65996599
- ``all`` : do not drop any duplicates, even it means
6600-
selecting more than `n` items.
6600+
selecting more than `n` items.
66016601
66026602
Returns
66036603
-------

0 commit comments

Comments
 (0)