]> granicus.if.org Git - python/commitdiff
English fixup, from Mike MacCana on docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Fri, 12 Aug 2011 17:11:24 +0000 (19:11 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Fri, 12 Aug 2011 17:11:24 +0000 (19:11 +0200)
Doc/library/urllib.rst

index 503760b5b0c6d65b2b85b6117b138dfab6b79461..82f1bda583b92a38c60a1715f8bcdb9f6a3894a7 100644 (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!