[Python-3000-checkins] r64728 - python/branches/py3k/Python/bltinmodule.c

mark.dickinson python-3000-checkins at python.org
Sat Jul 5 13:29:04 CEST 2008


Author: mark.dickinson
Date: Sat Jul  5 13:29:03 2008
New Revision: 64728

Log:
Docstring typo


Modified:
   python/branches/py3k/Python/bltinmodule.c

Modified: python/branches/py3k/Python/bltinmodule.c
==============================================================================
--- python/branches/py3k/Python/bltinmodule.c	(original)
+++ python/branches/py3k/Python/bltinmodule.c	Sat Jul  5 13:29:03 2008
@@ -1726,7 +1726,7 @@
 "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.");
 
 


More information about the Python-3000-checkins mailing list