mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
SF 810242. Fix doubled word errors.
This commit is contained in:
parent
0e5a51d962
commit
92016dcc91
4 changed files with 4 additions and 4 deletions
|
@ -147,7 +147,7 @@ values from C values.
|
|||
Return the module object corresponding to a module name. The
|
||||
\var{name} argument may be of the form \code{package.module}).
|
||||
First check the modules dictionary if there's one there, and if not,
|
||||
create a new one and insert in in the modules dictionary.
|
||||
create a new one and insert it in the modules dictionary.
|
||||
Return \NULL{} with an exception set on failure.
|
||||
\note{This function does not load or import the module; if the
|
||||
module wasn't already loaded, you will get an empty module object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue