Skip to content

Commit ad2975f

Browse files
Update pandas/tests/frame/methods/test_nlargest.py
Co-authored-by: Richard Shadrach <[email protected]>
1 parent b1e38b1 commit ad2975f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_nlargest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Note: for naming purposes, most test method titles include "nsorted"
3-
(e.g., "test_nlargest_foo") but are implicitly also testing "nsmallest" and
3+
(e.g., "test_nsorted_foo") but are implicitly also testing "nsmallest" and
44
"nlargest".
55
"""
66

0 commit comments

Comments
 (0)