summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-13 17:06:50 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-13 17:06:50 (GMT)
commit5e1c053f0c024d53a8618937d6cfbc612d253bdd (patch)
treeb73c234f2d66f20fa02776c2db48dcbab0c9a707 /Doc/library/urllib.rst
parentb7117af07d20aefa12c95c5320c13b88afdf5a58 (diff)
downloadcpython-5e1c053f0c024d53a8618937d6cfbc612d253bdd.zip
cpython-5e1c053f0c024d53a8618937d6cfbc612d253bdd.tar.gz
cpython-5e1c053f0c024d53a8618937d6cfbc612d253bdd.tar.bz2
Improve #19204: Improved cross-references in the urllib package documentation.
Diffstat (limited to 'Doc/library/urllib.rst')
-rw-r--r--Doc/library/urllib.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst
index 9ca74b8..8e308bc 100644
--- a/Doc/library/urllib.rst
+++ b/Doc/library/urllib.rst
@@ -1,6 +1,8 @@
:mod:`urllib` --- URL handling modules
======================================
+.. module:: urllib
+
``urllib`` is a package that collects several modules for working with URLs:
* :mod:`urllib.request` for opening and reading URLs