mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 16:57:32 +08:00
fix: Fix line too long in doctest (#7566)
This commit is contained in:

committed by
GitHub

parent
393b960525
commit
10b6e7a658
@ -1,5 +1,6 @@
|
||||
"""
|
||||
CAUTION: You may get a json.decoding error. This works for some of us but fails for others.
|
||||
CAUTION: You may get a json.decoding error.
|
||||
This works for some of us but fails for others.
|
||||
"""
|
||||
|
||||
from datetime import datetime
|
||||
|
Reference in New Issue
Block a user