Docstring typo
authorMark Dickinson <dickinsm@gmail.com>
Sat, 5 Jul 2008 11:29:03 +0000 (11:29 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 5 Jul 2008 11:29:03 +0000 (11:29 +0000)
Python/bltinmodule.c

index bd826f0a57388d141c6659a99901e95160a5e894..723c307b8f05d982415f5e121ef98c21e95a7634 100644 (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 the\n\
+This returns an int when called with one argument, otherwise the\n\
 same type as the number. ndigits may be negative.");