[New-bugs-announce] [issue18399] Fix grammar in comment in python.c

Andrew Rowe report at bugs.python.org
Mon Jul 8 03:43:44 CEST 2013


New submission from Andrew Rowe:

diff -r 65f2c92ed079 Modules/python.c
--- a/Modules/python.c	Sun Jul 07 23:30:24 2013 +0200
+++ b/Modules/python.c	Mon Jul 08 10:46:30 2013 +1000
@@ -19,7 +19,7 @@
 main(int argc, char **argv)
 {
     wchar_t **argv_copy;
-    /* We need a second copies, as Python might modify the first one. */
+    /* We need a second copy, as Python might modify the first one. */
     wchar_t **argv_copy2;
     int i, res;
     char *oldloc;

----------
components: Interpreter Core
files: patch1.txt
messages: 192606
nosy: Andrew.Rowe
priority: normal
severity: normal
status: open
title: Fix grammar in comment in python.c
versions: Python 3.4
Added file: http://bugs.python.org/file30849/patch1.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18399>
_______________________________________


More information about the New-bugs-announce mailing list