mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
fix two typos in python(1)
This commit is contained in:
parent
582ffe21c4
commit
31a58df5ed
1 changed files with 2 additions and 2 deletions
|
|
@ -253,7 +253,7 @@ Here
|
||||||
.I command
|
.I command
|
||||||
may contain multiple statements separated by newlines.
|
may contain multiple statements separated by newlines.
|
||||||
Leading whitespace is significant in Python statements!
|
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.
|
executed.
|
||||||
.PP
|
.PP
|
||||||
If available, the script name and additional arguments thereafter are
|
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.
|
Augments the default search path for module files.
|
||||||
The format is the same as the shell's $PATH: one or more directory
|
The format is the same as the shell's $PATH: one or more directory
|
||||||
pathnames separated by colons.
|
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
|
The default search path is installation dependent, but generally
|
||||||
begins with ${prefix}/lib/python<version> (see PYTHONHOME above).
|
begins with ${prefix}/lib/python<version> (see PYTHONHOME above).
|
||||||
The default search path is always appended to $PYTHONPATH.
|
The default search path is always appended to $PYTHONPATH.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue