File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,10 @@ Functions
121
121
so it must have been successfully imported before. This is useful if you
122
122
have edited the module source file using an external editor and want to try
123
123
out the new version without leaving the Python interpreter. The return value
124
- is the module object (the same as the *module * argument).
124
+ is the module object (which can be different if re-importing causes a
125
+ different object to be placed in :data: `sys.modules `).
125
126
126
- When :func: `. reload ` is executed:
127
+ When :func: `reload ` is executed:
127
128
128
129
* Python modules' code is recompiled and the module-level code re-executed,
129
130
defining a new set of objects which are bound to names in the module's
You can’t perform that action at this time.
0 commit comments