diff options
Diffstat (limited to 'Doc/library/math.rst')
-rw-r--r-- | Doc/library/math.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 17c75d3..7ea4aac 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -99,9 +99,6 @@ Power and logarithmic functions: Return the logarithm of *x* to the given *base*. If the *base* is not specified, return the natural logarithm of *x* (that is, the logarithm to base *e*). - .. versionchanged:: 2.3 - *base* argument added. - .. function:: log10(x) |