Commit 5111c522 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix markup

parent 0cd71700
...@@ -1560,7 +1560,7 @@ throughout an application? ...@@ -1560,7 +1560,7 @@ throughout an application?
A. Some operations like addition, subtraction, and multiplication by an integer A. Some operations like addition, subtraction, and multiplication by an integer
will automatically preserve fixed point. Others operations, like division and will automatically preserve fixed point. Others operations, like division and
non-integer multiplication, will change the number of decimal places and need to 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 >>> a = Decimal('102.72') # Initial fixed-point values
>>> b = Decimal('3.17') >>> b = Decimal('3.17')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment