commit | 681d86743c21773bb00508dbacb05ed9012388d8 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sat Sep 02 18:51:34 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sat Sep 02 18:51:34 2006 +0000 |
tree | b8c5c7476337452c9044da92188b53287464ca8a | |
parent | 68b6d3b85aab9cd3ccd5733cd8cb6d2e16fc80a2 [diff] [blame] |
Add missing word in comment
diff --git a/Lib/decimal.py b/Lib/decimal.py index a66beef..6dc7398 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py
@@ -479,7 +479,7 @@ 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