mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
Typo repair in docstring -- my fault.
This commit is contained in:
parent
41aa8e523d
commit
489d54ef66
@ -165,7 +165,7 @@ math_frexp(PyObject *self, PyObject *args)
|
||||
static char math_frexp_doc [] =
|
||||
"frexp(x)\n\
|
||||
\n\
|
||||
Return the matissa and exponent of x, as pair (m, e).\n\
|
||||
Return the mantissa and exponent of x, as pair (m, e).\n\
|
||||
m is a float and e is an int, such that x = m * 2.**e.\n\
|
||||
If x is 0, m and e are both 0. Else 0.5 <= abs(m) < 1.0.";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user