]> granicus.if.org Git - python/commitdiff
Fix markup.
authorRaymond Hettinger <python@rcn.com>
Thu, 14 Feb 2008 12:05:42 +0000 (12:05 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 14 Feb 2008 12:05:42 +0000 (12:05 +0000)
Doc/library/decimal.rst

index 0a8262d6e54a7c3921c77a7183749ff1bd62669d..75db486b895d39e3763fb04d813cce522e814fde 100644 (file)
@@ -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')