diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-02 04:14:10 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-02 04:14:10 (GMT) |
commit | 0c6199e8ed292d8bc635720987a4093ace0b08b7 (patch) | |
tree | 570510de796094a0c5c59bd932f322c190adfa3f | |
parent | 99d001ed0d81612418eab32ed2488a9367527e9a (diff) | |
download | cpython-0c6199e8ed292d8bc635720987a4093ace0b08b7.zip cpython-0c6199e8ed292d8bc635720987a4093ace0b08b7.tar.gz cpython-0c6199e8ed292d8bc635720987a4093ace0b08b7.tar.bz2 |
Completed a sentence I left dangling.
-rw-r--r-- | Doc/api/utilities.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index 09d2cb3..03c5aef 100644 --- a/Doc/api/utilities.tex +++ b/Doc/api/utilities.tex @@ -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 |