mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Completed a sentence I left dangling.
This commit is contained in:
parent
99d001ed0d
commit
0c6199e8ed
1 changed files with 2 additions and 1 deletions
|
@ -176,7 +176,8 @@ values from C values.
|
|||
damaged with respect to the module author's intents) state.
|
||||
|
||||
This function will reload the module if it was already imported. See
|
||||
\cfunction{PyImport_ReloadModule()}
|
||||
\cfunction{PyImport_ReloadModule()} for the intend way to reload a
|
||||
module.
|
||||
|
||||
If \var{name} points to a dotted name of the
|
||||
form \code{package.module}, any package structures not already
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue