summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.parse.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 19:06:18 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-04 19:06:18 (GMT)
commit46402378ca894bc9ffabb05fc2c59e2d124b41e9 (patch)
tree3cadd535e95846718d2f718f2963d0500396a269 /Doc/library/urllib.parse.rst
parentbccb8be2622b3b167e13e480466f219e89079766 (diff)
downloadcpython-46402378ca894bc9ffabb05fc2c59e2d124b41e9.zip
cpython-46402378ca894bc9ffabb05fc2c59e2d124b41e9.tar.gz
cpython-46402378ca894bc9ffabb05fc2c59e2d124b41e9.tar.bz2
Fix markup errors.
Diffstat (limited to 'Doc/library/urllib.parse.rst')
-rw-r--r--Doc/library/urllib.parse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index 4528c40..e7a75ce 100644
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -316,7 +316,7 @@ Structured Parse Results
------------------------
The result objects from the :func:`urlparse`, :func:`urlsplit` and
-:func:`urldefrag`functions are subclasses of the :class:`tuple` type.
+:func:`urldefrag` functions are subclasses of the :class:`tuple` type.
These subclasses add the attributes listed in the documentation for
those functions, the encoding and decoding support described in the
previous section, as well as an additional method: