[Jython-checkins] jython: Fixed a typo
frank.wierzbicki
jython-checkins at python.org
Wed Mar 14 04:09:32 CET 2012
http://hg.python.org/jython/rev/5beb02df573a
changeset: 6351:5beb02df573a
user: Alex Grönholm <alex.gronholm at nextday.fi>
date: Tue Mar 13 17:35:08 2012 -0700
summary:
Fixed a typo
files:
Misc/applypatches.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Misc/applypatches.py b/Misc/applypatches.py
--- a/Misc/applypatches.py
+++ b/Misc/applypatches.py
@@ -32,7 +32,7 @@
succeeded.append(dstpath)
if succeeded:
- print '\nTh following files were successfully patched:'
+ print '\nThe following files were successfully patched:'
for path in succeeded:
for path in succeeded:
print path
--
Repository URL: http://hg.python.org/jython
More information about the Jython-checkins
mailing list