From: Raymond Hettinger Date: Thu, 14 Feb 2008 12:05:42 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v2.6a1~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50361d4d9b3e8729aa535c3dfde3d9d2ad899d47;p=thirdparty%2FPython%2Fcpython.git Fix markup. --- diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 0a8262d6e54a..75db486b895d 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -1534,7 +1534,7 @@ Decimal FAQ Q. It is cumbersome to type ``decimal.Decimal('1234.5')``. Is there a way to minimize typing when using the interactive interpreter? -\A. Some users abbreviate the constructor to just a single letter:: +A. Some users abbreviate the constructor to just a single letter:: >>> D = decimal.Decimal >>> D('1.23') + D('3.45')