From: Sandro Tosi Date: Fri, 12 Aug 2011 17:11:24 +0000 (+0200) Subject: English fixup, from Mike MacCana on docs@ X-Git-Tag: v2.7.3rc1~521 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71a5ea0a9b440702502097bf2c4629ebac16bb45;p=python English fixup, from Mike MacCana on docs@ --- diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index 503760b5b0..82f1bda583 100644 --- a/Doc/library/urllib.rst +++ b/Doc/library/urllib.rst @@ -23,7 +23,7 @@ built-in function :func:`open`, but accepts Universal Resource Locators (URLs) instead of filenames. Some restrictions apply --- it can only open URLs for reading, and no seek operations are available. -.. warning:: When opening HTTPS URLs, it is not attempted to validate the +.. warning:: When opening HTTPS URLs, it does not attempt to validate the server certificate. Use at your own risk!