summaryrefslogtreecommitdiffstats
path: root/Misc/python.man
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2005-03-20 14:16:03 (GMT)
committerMatthias Klose <doko@ubuntu.com>2005-03-20 14:16:03 (GMT)
commit31a58df5ed891351eb2fedaf2d19a92f13558421 (patch)
tree3cf1157434f7b29a8056c7380fc271d89c0d4882 /Misc/python.man
parent582ffe21c48f6237a49a6aa053af92a9fae2790e (diff)
downloadcpython-31a58df5ed891351eb2fedaf2d19a92f13558421.zip
cpython-31a58df5ed891351eb2fedaf2d19a92f13558421.tar.gz
cpython-31a58df5ed891351eb2fedaf2d19a92f13558421.tar.bz2
fix two typos in python(1)
Diffstat (limited to 'Misc/python.man')
-rw-r--r--Misc/python.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python.man b/Misc/python.man
index 76b7c4f..705f7bc 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -253,7 +253,7 @@ Here
.I command
may contain multiple statements separated by newlines.
Leading whitespace is significant in Python statements!
-In non-interactive mode, the entire input is parsed befored it is
+In non-interactive mode, the entire input is parsed before it is
executed.
.PP
If available, the script name and additional arguments thereafter are
@@ -330,7 +330,7 @@ for these, set $PYTHONHOME to ${prefix}:${exec_prefix}.
Augments the default search path for module files.
The format is the same as the shell's $PATH: one or more directory
pathnames separated by colons.
-Non-existant directories are silently ignored.
+Non-existent directories are silently ignored.
The default search path is installation dependent, but generally
begins with ${prefix}/lib/python<version> (see PYTHONHOME above).
The default search path is always appended to $PYTHONPATH.