From: Neal Norwitz Date: Sat, 2 Sep 2006 18:51:34 +0000 (+0000) Subject: Add missing word in comment X-Git-Tag: v2.6a1~2720 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=681d86743c21773bb00508dbacb05ed9012388d8;p=thirdparty%2FPython%2Fcpython.git Add missing word in comment --- diff --git a/Lib/decimal.py b/Lib/decimal.py index a66beef6cd2e..6dc7398d609c 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -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