mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
small changes by Soren Larsen
This commit is contained in:
parent
a8a8d4aadd
commit
6bb1adc7ee
62 changed files with 394 additions and 406 deletions
|
@ -39,7 +39,8 @@ returned by \code{get_suffixes} describing the kind of file found.
|
|||
Initialize the built-in module called \var{name} and return its module
|
||||
object. If the module was already initialized, it will be initialized
|
||||
{\em again}. A few modules cannot be initialized twice --- attempting
|
||||
to initialize these again will raise an exception. If there is no
|
||||
to initialize these again will raise an \code{ImportError} exception.
|
||||
If there is no
|
||||
built-in module called \var{name}, \code{None} is returned.
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue