We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c838b commit 6581b7aCopy full SHA for 6581b7a
Doc/whatsnew/3.15.rst
@@ -117,7 +117,7 @@ happens transparently when you first access the name:
117
118
print("Starting up...") # json and datetime not loaded yet
119
120
- data = json.loads('{"key": "value"}') # json loads here
+ data = json.loads('{"key": "value"}') # json gets loads here
121
now = datetime() # datetime loads here
122
123
This mechanism is particularly useful for applications that import many modules
0 commit comments