]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix default value in docstring.
authorGeorg Brandl <georg@python.org>
Mon, 8 Jun 2009 09:07:34 +0000 (09:07 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 8 Jun 2009 09:07:34 +0000 (09:07 +0000)
Lib/mimetypes.py

index 4c49d9de82b6ec6db64e5b2244cab479e01d0665..f0da453da05e8ea7cd5f915dc8edf31cf42bd627 100644 (file)
@@ -2,9 +2,9 @@
 
 This module defines two useful functions:
 
-guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
+guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
 
-guess_extension(type, strict=1) -- guess the extension for a given MIME type.
+guess_extension(type, strict=True) -- guess the extension for a given MIME type.
 
 It also contains the following, for tuning the behavior: