[Python-checkins] r88437 - peps/trunk/roman.py

antoine.pitrou python-checkins at python.org
Fri Feb 18 20:37:53 CET 2011


Author: antoine.pitrou
Date: Fri Feb 18 20:37:53 2011
New Revision: 88437

Log:
Test commit for hg mirrors



Modified:
   peps/trunk/roman.py

Modified: peps/trunk/roman.py
==============================================================================
--- peps/trunk/roman.py	(original)
+++ peps/trunk/roman.py	Fri Feb 18 20:37:53 2011
@@ -16,7 +16,7 @@
 
 import re
 
-#Define exceptions
+# Define exceptions
 class RomanError(Exception): pass
 class OutOfRangeError(RomanError): pass
 class NotIntegerError(RomanError): pass


More information about the Python-checkins mailing list