[Python-checkins] r60795 - python/trunk/Doc/library/decimal.rst

raymond.hettinger python-checkins at python.org
Thu Feb 14 13:05:43 CET 2008


Author: raymond.hettinger
Date: Thu Feb 14 13:05:42 2008
New Revision: 60795

Modified:
   python/trunk/Doc/library/decimal.rst
Log:
Fix markup.

Modified: python/trunk/Doc/library/decimal.rst
==============================================================================
--- python/trunk/Doc/library/decimal.rst	(original)
+++ python/trunk/Doc/library/decimal.rst	Thu Feb 14 13:05:42 2008
@@ -1534,7 +1534,7 @@
 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')


More information about the Python-checkins mailing list