diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-12 16:23:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-12 16:23:48 (GMT) |
commit | 1349437e4c2bfc6e7f601f5a7c284a00fdbdcd6b (patch) | |
tree | 5c9ddc1c33a3c151f2b228c55c000007fe6778c0 /Doc/lib/libdis.tex | |
parent | 81cccb7563bdffacc475e50510951a0c3eaf31ef (diff) | |
download | cpython-1349437e4c2bfc6e7f601f5a7c284a00fdbdcd6b.zip cpython-1349437e4c2bfc6e7f601f5a7c284a00fdbdcd6b.tar.gz cpython-1349437e4c2bfc6e7f601f5a7c284a00fdbdcd6b.tar.bz2 |
When referring to namespaces, always say "namespaces" instead of
"name spaces".
Inconsistency noted by Keith Briggs <keith.briggs@bt.com>.
Diffstat (limited to 'Doc/lib/libdis.tex')
-rw-r--r-- | Doc/lib/libdis.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index 9d709ac..f31c9f4 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -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} |