Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31a58df

Browse files
committed
fix two typos in python(1)
1 parent 582ffe2 commit 31a58df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/python.man

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Here
253253
.I command
254254
may contain multiple statements separated by newlines.
255255
Leading 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
257257
executed.
258258
.PP
259259
If available, the script name and additional arguments thereafter are
@@ -330,7 +330,7 @@ for these, set $PYTHONHOME to ${prefix}:${exec_prefix}.
330330
Augments the default search path for module files.
331331
The format is the same as the shell's $PATH: one or more directory
332332
pathnames separated by colons.
333-
Non-existant directories are silently ignored.
333+
Non-existent directories are silently ignored.
334334
The default search path is installation dependent, but generally
335335
begins with ${prefix}/lib/python<version> (see PYTHONHOME above).
336336
The default search path is always appended to $PYTHONPATH.

0 commit comments

Comments
 (0)