Docstring typo

This commit is contained in:
Mark Dickinson 2008-07-05 11:29:03 +00:00
parent a073e33746
commit 0d748c2fa4
1 changed files with 1 additions and 1 deletions

View File

@ -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.");