Skip to content

Commit d4f76f1

Browse files
authored
Update smallest-range.py
1 parent 63e32b3 commit d4f76f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/smallest-range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Note:
1717
# The given list may contain duplicates, so ascending order means >= here.
1818
# 1 <= k <= 3500
19-
# -105 <= value of elements <= 10^5.
19+
# -10^5 <= value of elements <= 10^5.
2020
# For Java users, please note that the input type has been changed to List<List<Integer>>.
2121
# And after you reset the code template, you'll see this point.
2222

0 commit comments

Comments
 (0)