Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a86913 commit 605a0c6Copy full SHA for 605a0c6
1 file changed
Doc/tutorial/modules.rst
@@ -108,7 +108,7 @@ This imports all names except those beginning with an underscore (``_``).
108
For efficiency reasons, each module is only imported once per interpreter
109
session. Therefore, if you change your modules, you must restart the
110
interpreter -- or, if it's just one module you want to test interactively,
111
- use :func:`reload`, e.g. ``reload('modulename')``.
+ use :func:`reload`, e.g. ``reload(modulename)``.
112
113
114
.. _tut-modulesasscripts:
0 commit comments