Fix markup.

This commit is contained in:
Raymond Hettinger 2008-02-14 12:05:42 +00:00
parent d68bf02810
commit 50361d4d9b
1 changed files with 1 additions and 1 deletions

View 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')