diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-02 18:51:34 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-02 18:51:34 +0000 |
commit | 681d86743c21773bb00508dbacb05ed9012388d8 (patch) | |
tree | b8c5c7476337452c9044da92188b53287464ca8a /Lib/decimal.py | |
parent | 68b6d3b85aab9cd3ccd5733cd8cb6d2e16fc80a2 (diff) | |
download | cpython-git-681d86743c21773bb00508dbacb05ed9012388d8.tar.gz |
Add missing word in comment
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r-- | Lib/decimal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py index a66beef6cd..6dc7398d60 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 |