mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
fix: Fix line too long in doctest (#7566)
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user