From 4baf4800883cff28954835de143849b8744cfcda Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Mon, 24 Sep 2012 17:06:11 +0300 Subject: [PATCH] #16017: capitalize URLs. --- Doc/tutorial/stdlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index 844f8bc011..1343649faa 100644 --- a/Doc/tutorial/stdlib.rst +++ b/Doc/tutorial/stdlib.rst @@ -145,7 +145,7 @@ Internet Access =============== There are a number of modules for accessing the internet and processing internet -protocols. Two of the simplest are :mod:`urllib2` for retrieving data from urls +protocols. Two of the simplest are :mod:`urllib2` for retrieving data from URLs and :mod:`smtplib` for sending mail:: >>> import urllib2 -- 2.50.1