summaryrefslogtreecommitdiffstats
path: root/Doc/library/math.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-01-04 18:25:05 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-01-04 18:25:05 (GMT)
commit54966a5f94c8326d0245ffcea3fecc2cdf78efb4 (patch)
treef89516a52fff6475febb9b5ef69c9a6d1a2767ac /Doc/library/math.rst
parent73835bd5e9ef03105a790770cb74e88b3b4d4150 (diff)
downloadcpython-54966a5f94c8326d0245ffcea3fecc2cdf78efb4.zip
cpython-54966a5f94c8326d0245ffcea3fecc2cdf78efb4.tar.gz
cpython-54966a5f94c8326d0245ffcea3fecc2cdf78efb4.tar.bz2
Fix markup
Diffstat (limited to 'Doc/library/math.rst')
-rw-r--r--Doc/library/math.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index 36cdbce..8c9f0f8 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -36,7 +36,7 @@ Number-theoretic and representation functions:
Return *x* with the sign of *y*. ``copysign`` copies the sign bit of an IEEE
754 float, ``copysign(1, -0.0)`` returns *-1.0*.
- ..versionadded:: 2.6
+ .. versionadded:: 2.6
.. function:: fabs(x)
@@ -78,7 +78,7 @@ Number-theoretic and representation functions:
Checks if the float *x* is positive or negative infinite.
- ..versionadded:: 2.6
+ .. versionadded:: 2.6
.. function:: isnan(x)
@@ -88,7 +88,7 @@ Number-theoretic and representation functions:
``inf / inf`` or any operation involving a NaN, e.g. ``nan * 1``, return
a NaN.
- ..versionadded:: 2.6
+ .. versionadded:: 2.6
.. function:: ldexp(x, i)