From 71a5ea0a9b440702502097bf2c4629ebac16bb45 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Fri, 12 Aug 2011 19:11:24 +0200 Subject: [PATCH] English fixup, from Mike MacCana on docs@ --- Doc/library/urllib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- 2.50.1