Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d748c2

Browse files
committed
Docstring typo
1 parent a073e33 commit 0d748c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/bltinmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ PyDoc_STRVAR(round_doc,
17261726
"round(number[, ndigits]) -> floating point number\n\
17271727
\n\
17281728
Round a number to a given precision in decimal digits (default 0 digits).\n\
1729-
This returns an int when called with one argument, otherwise a the\n\
1729+
This returns an int when called with one argument, otherwise the\n\
17301730
same type as the number. ndigits may be negative.");
17311731

17321732

0 commit comments

Comments
 (0)