English fixup, from Mike MacCana on docs@

This commit is contained in:
Sandro Tosi 2011-08-12 19:11:24 +02:00
parent 5088b504be
commit 71a5ea0a9b
1 changed files with 1 additions and 1 deletions

View File

@ -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!