Skip to content

Commit f876131

Browse files
committed
Fix sphinx/build_docs warnings for greedy_methods
1 parent 804a8b7 commit f876131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

greedy_methods/smallest_range.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def smallest_range(nums: list[list[int]]) -> list[int]:
2020
list: Smallest range as a two-element list.
2121
2222
Examples:
23+
2324
>>> smallest_range([[4, 10, 15, 24, 26], [0, 9, 12, 20], [5, 18, 22, 30]])
2425
[20, 24]
2526
>>> smallest_range([[1, 2, 3], [1, 2, 3], [1, 2, 3]])

0 commit comments

Comments
 (0)