[Python-checkins] python/nondist/peps pep-0324.txt,1.5,1.6

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Oct 12 18:37:50 CEST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9582

Modified Files:
	pep-0324.txt 
Log Message:
Typo fixes

Index: pep-0324.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0324.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pep-0324.txt	12 Oct 2004 15:48:03 -0000	1.5
+++ pep-0324.txt	12 Oct 2004 16:37:47 -0000	1.6
@@ -223,7 +223,7 @@
       new process.
 
     - If universal_newlines is true, the file objects stdout and
-      stderr are opened as a text files, but lines may be terminated
+      stderr are opened as a text file, but lines may be terminated
       by any of '\n', the Unix end-of-line convention, '\r', the
       Macintosh convention or '\r\n', the Windows convention.  All of
       these external representations are seen as '\n' by the Python
@@ -500,7 +500,7 @@
     * expect-like functionality, including pty support.
 
     pty support is highly platform-dependent, which is a
-    problem.  Also, there are already other modules that provides this
+    problem.  Also, there are already other modules that provide this
     kind of functionality[6].
 
 



More information about the Python-checkins mailing list