Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdf8b34

Browse files
committed
Fix default value in docstring.
1 parent 472f2e2 commit cdf8b34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/mimetypes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
33
This module defines two useful functions:
44
5-
guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
5+
guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
66
7-
guess_extension(type, strict=1) -- guess the extension for a given MIME type.
7+
guess_extension(type, strict=True) -- guess the extension for a given MIME type.
88
99
It also contains the following, for tuning the behavior:
1010

0 commit comments

Comments
 (0)