[Python-checkins] python/dist/src/Misc python.man,1.31,1.31.2.1

doko at users.sourceforge.net doko at users.sourceforge.net
Sun Mar 20 15:18:06 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22061/Misc

Modified Files:
      Tag: release24-maint
	python.man 
Log Message:
fix two typos in python(1)


Index: python.man
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/python.man,v
retrieving revision 1.31
retrieving revision 1.31.2.1
diff -u -d -r1.31 -r1.31.2.1
--- python.man	7 Oct 2004 12:30:54 -0000	1.31
+++ python.man	20 Mar 2005 14:18:04 -0000	1.31.2.1
@@ -253,7 +253,7 @@
 .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 @@
 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.



More information about the Python-checkins mailing list