diff options
author | Matthias Klose <doko@ubuntu.com> | 2005-03-20 14:18:04 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2005-03-20 14:18:04 (GMT) |
commit | b08dfd25ae7195bf1b7556168b5a6cd8ba006e9b (patch) | |
tree | 2f8a348efc296c66b048a5b675ac8f1680b7806b /Misc | |
parent | c4e4e56c1a12114c4f108ce779953022c61d9590 (diff) | |
download | cpython-b08dfd25ae7195bf1b7556168b5a6cd8ba006e9b.zip cpython-b08dfd25ae7195bf1b7556168b5a6cd8ba006e9b.tar.gz cpython-b08dfd25ae7195bf1b7556168b5a6cd8ba006e9b.tar.bz2 |
fix two typos in python(1)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python.man | 4 |
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. |