From 665a3ae0af55c44b6d4b07f2dd5154821842ffc8 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 3 Sep 2006 20:00:39 +0000 Subject: [PATCH] Backport doco --- Lib/decimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3