commit | 665a3ae0af55c44b6d4b07f2dd5154821842ffc8 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Sep 03 20:00:39 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Sep 03 20:00:39 2006 +0000 |
tree | 779ce9f86b492443b1acaad12b92f4596ca86807 | |
parent | 08c496d81de520742a50885ce8a24cc917a41cab [diff] [blame] |
Backport doco
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