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

index 18ade4059baba2220ff48282e62503233313f560..1fcbcf914aa5dc6438049011b49ae81a44d2da9f 100644 (file)
@@ -1560,7 +1560,7 @@ throughout an application?
 A. Some operations like addition, subtraction, and multiplication by an integer
 will automatically preserve fixed point.  Others operations, like division and
 non-integer multiplication, will change the number of decimal places and need to
-be followed-up with a :meth:`quantize` step.
+be followed-up with a :meth:`quantize` step::
 
     >>> a = Decimal('102.72')           # Initial fixed-point values
     >>> b = Decimal('3.17')