Commit 85b5b739 authored by Zachary Ware's avatar Zachary Ware

Fix minor typo in round docs. Reported by Scott Hinton on docs@.

parent f6aac5d7
......@@ -1229,7 +1229,7 @@ available. They are listed here in alphabetical order.
the decimal point. If *ndigits* is omitted, it defaults to zero. The result
is a floating point number. Values are rounded to the closest multiple of
10 to the power minus *ndigits*; if two multiples are equally close,
rounding is done away from 0 (so. for example, ``round(0.5)`` is ``1.0`` and
rounding is done away from 0 (so, for example, ``round(0.5)`` is ``1.0`` and
``round(-0.5)`` is ``-1.0``).
......
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