Skip to content

Commit

Permalink
fix two typos in python(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
doko42 committed Mar 20, 2005
1 parent 582ffe2 commit 31a58df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Misc/python.man
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 31a58df

Please sign in to comment.