projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a073e33
)
Docstring typo
author
Mark Dickinson
<dickinsm@gmail.com>
Sat, 5 Jul 2008 11:29:03 +0000
(11:29 +0000)
committer
Mark Dickinson
<dickinsm@gmail.com>
Sat, 5 Jul 2008 11:29:03 +0000
(11:29 +0000)
Python/bltinmodule.c
patch
|
blob
|
history
diff --git
a/Python/bltinmodule.c
b/Python/bltinmodule.c
index bd826f0a57388d141c6659a99901e95160a5e894..723c307b8f05d982415f5e121ef98c21e95a7634 100644
(file)
--- a/
Python/bltinmodule.c
+++ b/
Python/bltinmodule.c
@@
-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.");