[Python-checkins] r51690 - python/trunk/Lib/decimal.py

neal.norwitz python-checkins at python.org
Sat Sep 2 20:51:35 CEST 2006


Author: neal.norwitz
Date: Sat Sep  2 20:51:34 2006
New Revision: 51690

Modified:
   python/trunk/Lib/decimal.py
Log:
Add missing word in comment

Modified: python/trunk/Lib/decimal.py
==============================================================================
--- python/trunk/Lib/decimal.py	(original)
+++ python/trunk/Lib/decimal.py	Sat Sep  2 20:51:34 2006
@@ -479,7 +479,7 @@
              return +s # Convert result to normal context
 
     """
-    # The below can't be included in the docstring until Python 2.6
+    # The string below can't be included in the docstring until Python 2.6
     # as the doctest module doesn't understand __future__ statements
     """
     >>> from __future__ import with_statement


More information about the Python-checkins mailing list