mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
When referring to namespaces, always say "namespaces" instead of
"name spaces". Inconsistency noted by Keith Briggs <keith.briggs@bt.com>.
This commit is contained in:
parent
81cccb7563
commit
1349437e4c
4 changed files with 54 additions and 53 deletions
|
@ -480,9 +480,9 @@ in \code{cmp_op[\var{opname}]}.
|
|||
|
||||
\begin{opcodedesc}{IMPORT_NAME}{namei}
|
||||
Imports the module \code{co_names[\var{namei}]}. The module object is
|
||||
pushed onto the stack. The current name space is not affected: for a
|
||||
pushed onto the stack. The current namespace is not affected: for a
|
||||
proper import statement, a subsequent \code{STORE_FAST} instruction
|
||||
modifies the name space.
|
||||
modifies the namespace.
|
||||
\end{opcodedesc}
|
||||
|
||||
\begin{opcodedesc}{IMPORT_FROM}{namei}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue