Skip to content

Commit 91c9cc3

Browse files
committed
DOC: cancel series nlargest's doc list item text bold effect
1 parent 7a5a951 commit 91c9cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/series.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3692,11 +3692,11 @@ def nlargest(self, n=5, keep="first") -> Series:
36923692
Series of `n` elements:
36933693
36943694
- ``first`` : return the first `n` occurrences in order
3695-
of appearance.
3695+
of appearance.
36963696
- ``last`` : return the last `n` occurrences in reverse
3697-
order of appearance.
3697+
order of appearance.
36983698
- ``all`` : keep all occurrences. This can result in a Series of
3699-
size larger than `n`.
3699+
size larger than `n`.
37003700
37013701
Returns
37023702
-------

0 commit comments

Comments
 (0)