mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Docstring typo
This commit is contained in:
parent
a073e33746
commit
0d748c2fa4
1 changed files with 1 additions and 1 deletions
|
@ -1726,7 +1726,7 @@ PyDoc_STRVAR(round_doc,
|
|||
"round(number[, ndigits]) -> floating point number\n\
|
||||
\n\
|
||||
Round a number to a given precision in decimal digits (default 0 digits).\n\
|
||||
This returns an int when called with one argument, otherwise a the\n\
|
||||
This returns an int when called with one argument, otherwise the\n\
|
||||
same type as the number. ndigits may be negative.");
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue