Skip to content

Commit 10b6e7a

Browse files
authored
fix: Fix line too long in doctest (TheAlgorithms#7566)
1 parent 393b960 commit 10b6e7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_programming/get_top_billioners.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
2-
CAUTION: You may get a json.decoding error. This works for some of us but fails for others.
2+
CAUTION: You may get a json.decoding error.
3+
This works for some of us but fails for others.
34
"""
45

56
from datetime import datetime

0 commit comments

Comments
 (0)