summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-10-21 12:15:05 (GMT)
committerGeorg Brandl <georg@python.org>2007-10-21 12:15:05 (GMT)
commita7395038812b4c24f108c9f90b2b9db90c7f237e (patch)
tree87af05b836ab8f910dfc00c2c33c7e282e6cd28e /Doc/using
parente7a0990113873e5f0cc5cac203f47a8dcbda9848 (diff)
downloadcpython-a7395038812b4c24f108c9f90b2b9db90c7f237e.zip
cpython-a7395038812b4c24f108c9f90b2b9db90c7f237e.tar.gz
cpython-a7395038812b4c24f108c9f90b2b9db90c7f237e.tar.bz2
Add :term:s for "new-style class".
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 952adb2..efe2af6 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -373,7 +373,7 @@ Environment variables
If this is the name of a readable file, the Python commands in that file are
executed before the first prompt is displayed in interactive mode. The file
- is executed in the same name space where interactive commands are executed so
+ is executed in the same namespace where interactive commands are executed so
that objects defined or imported in it can be used without qualification in
the interactive session. You can also change the prompts :data:`sys.ps1` and
:data:`sys.ps2` in this file.