File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ kw"module"
106
106
`__init__()` function in your module would executes immediately *after* the module is loaded at
107
107
runtime for the first time (i.e., it is only called once and only after all statements in the
108
108
module have been executed). Because it is called *after* fully importing the module, `__init__`
109
- functions of submodules will be executed *first*. Two typical uses of __init__ are calling
109
+ functions of submodules will be executed *first*. Two typical uses of ` __init__` are calling
110
110
runtime initialization functions of external C libraries and initializing global constants
111
111
that involve pointers returned by external libraries.
112
112
See the [manual section about modules](@ref modules) for more details.
You can’t perform that action at this time.
0 commit comments