]> granicus.if.org Git - python/commitdiff
#1196: document default radix for int().
authorGeorg Brandl <georg@python.org>
Mon, 24 Sep 2007 17:58:18 +0000 (17:58 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 24 Sep 2007 17:58:18 +0000 (17:58 +0000)
Doc/lib/libfuncs.tex

index f3c6d479ecf78c255e6ad85659c719551a1613de..345074d8b5e059fa7ad778a29085c5dd3e844669 100644 (file)
@@ -533,7 +533,7 @@ class C:
   string, it must contain a possibly signed decimal number
   representable as a Python integer, possibly embedded in whitespace.
   The \var{radix} parameter gives the base for the
-  conversion and may be any integer in the range [2, 36], or zero.  If
+  conversion (which is 10 by default) and may be any integer in the range [2, 36], or zero.  If
   \var{radix} is zero, the proper radix is guessed based on the
   contents of string; the interpretation is the same as for integer
   literals.  If \var{radix} is specified and \var{x} is not a string,