diff --git a/Doc/library/cmath.rst b/Doc/library/cmath.rst index b50ca5ebfc4..cf6fe2cbe0f 100644 --- a/Doc/library/cmath.rst +++ b/Doc/library/cmath.rst @@ -94,9 +94,6 @@ Power and logarithmic functions specified, returns the natural logarithm of *x*. There is one branch cut, from 0 along the negative real axis to -∞, continuous from above. - .. versionchanged:: 2.4 - *base* argument added. - .. function:: log10(x)