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:
Fred Drake 2000-09-12 16:23:48 +00:00
parent 81cccb7563
commit 1349437e4c
4 changed files with 54 additions and 53 deletions

View file

@ -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}