]> granicus.if.org Git - python/commitdiff
Backport doco
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Sep 2006 20:00:39 +0000 (20:00 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Sep 2006 20:00:39 +0000 (20:00 +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