summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-29 14:53:15 (GMT)
committerGeorg Brandl <georg@python.org>2010-11-29 14:53:15 (GMT)
commit8175daec107788e4eefbececc311704ca70fea6d (patch)
tree4d5804d5a0454a431334ac74a8deca2e271b2105
parent51be98a920070f779fe92fa0ad83c4258934276d (diff)
downloadcpython-8175daec107788e4eefbececc311704ca70fea6d.zip
cpython-8175daec107788e4eefbececc311704ca70fea6d.tar.gz
cpython-8175daec107788e4eefbececc311704ca70fea6d.tar.bz2
Fix heading style inconsistencies.
-rw-r--r--Doc/library/urllib.request.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index c1c60c2..6c7b541 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -1,4 +1,4 @@
-:mod:`urllib.request` --- extensible library for opening URLs
+:mod:`urllib.request` --- Extensible library for opening URLs
=============================================================
.. module:: urllib.request
@@ -1273,8 +1273,8 @@ The following example uses no proxies at all, overriding environment settings::
-:mod:`urllib.response` --- Response classes used by urllib.
-===========================================================
+:mod:`urllib.response` --- Response classes used by urllib
+==========================================================
.. module:: urllib.response
:synopsis: Response classes used by urllib.