Skip to content

Commit ceb40cb

Browse files
committed
Make comment clearer
1 parent 13a9c06 commit ceb40cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ happens transparently when you first access the name:
117117
118118
print("Starting up...") # json and datetime not loaded yet
119119
120-
data = json.loads('{"key": "value"}') # json loads here
120+
data = json.loads('{"key": "value"}') # json gets loads here
121121
now = datetime() # datetime loads here
122122
123123
This mechanism is particularly useful for applications that import many modules

0 commit comments

Comments
 (0)