Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10b6e7a

Browse files
authoredOct 23, 2022
fix: Fix line too long in doctest (#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

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.