mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Fix typos in comments (#120821)
This commit is contained in:
parent
8ac08f36fe
commit
0153fd0940
8 changed files with 10 additions and 10 deletions
|
|
@ -912,7 +912,7 @@ complex_subtype_from_string(PyTypeObject *type, PyObject *v)
|
|||
* handles the case of no arguments and one positional argument, and calls
|
||||
* complex_new(), implemented with Argument Clinic, to handle the remaining
|
||||
* cases: 'real' and 'imag' arguments. This separation is well suited
|
||||
* for different constructor roles: convering a string or number to a complex
|
||||
* for different constructor roles: converting a string or number to a complex
|
||||
* number and constructing a complex number from real and imaginary parts.
|
||||
*/
|
||||
static PyObject *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue