Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a073e33 commit 0d748c2Copy full SHA for 0d748c2
1 file changed
Python/bltinmodule.c
@@ -1726,7 +1726,7 @@ PyDoc_STRVAR(round_doc,
1726
"round(number[, ndigits]) -> floating point number\n\
1727
\n\
1728
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\
+This returns an int when called with one argument, otherwise the\n\
1730
same type as the number. ndigits may be negative.");
1731
1732
0 commit comments