[Python-checkins] r43071 - python/trunk/Lib/sre.py

neal.norwitz python-checkins at python.org
Thu Mar 16 07:33:22 CET 2006


Author: neal.norwitz
Date: Thu Mar 16 07:33:21 2006
New Revision: 43071

Modified:
   python/trunk/Lib/sre.py
Log:
Spel compatibility write.

Modified: python/trunk/Lib/sre.py
==============================================================================
--- python/trunk/Lib/sre.py	(original)
+++ python/trunk/Lib/sre.py	Thu Mar 16 07:33:21 2006
@@ -1,4 +1,4 @@
-"""This file is only retained for backwards compatability.
+"""This file is only retained for backwards compatibility.
 It will be removed in the future.  sre was moved to re in version 2.5.
 """
 


More information about the Python-checkins mailing list