File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 253253.I command
254254may contain multiple statements separated by newlines.
255255Leading whitespace is significant in Python statements!
256- In non-interactive mode, the entire input is parsed befored it is
256+ In non-interactive mode, the entire input is parsed before it is
257257executed.
258258.PP
259259If available, the script name and additional arguments thereafter are
@@ -330,7 +330,7 @@ for these, set $PYTHONHOME to ${prefix}:${exec_prefix}.
330330Augments the default search path for module files.
331331The format is the same as the shell's $PATH: one or more directory
332332pathnames separated by colons.
333- Non-existant directories are silently ignored.
333+ Non-existent directories are silently ignored.
334334The default search path is installation dependent, but generally
335335begins with ${prefix}/lib/python<version> (see PYTHONHOME above).
336336The default search path is always appended to $PYTHONPATH.
You can’t perform that action at this time.
0 commit comments