]> granicus.if.org Git - python/commitdiff
Add missing word in comment
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 2 Sep 2006 18:51:34 +0000 (18:51 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 2 Sep 2006 18:51:34 +0000 (18:51 +0000)
Lib/decimal.py

index a66beef6cd2e4e082a4ce2cb675393c0111e5521..6dc7398d609c39f273de7557bfaf166336ceb273 100644 (file)
@@ -479,7 +479,7 @@ def localcontext(ctx=None):
              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