summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-09-05 16:54:07 -0400
committerBenjamin Peterson <benjamin@python.org>2013-09-05 16:54:07 -0400
commit49b5fcc7e024c204db4983a213e1bfddbdf0a9d8 (patch)
tree053d533e3ce47a5da2a0c03e7f65a73171dbc978 /documentation
parente65138b0f359f65e8e46b860141de6d6507a795f (diff)
downloadsix-49b5fcc7e024c204db4983a213e1bfddbdf0a9d8.tar.gz
mention urlparse.ParseResult (fixes #33)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 303afa6..9f879c1 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -557,6 +557,7 @@ Contains functions from Python 3's :mod:`py3:urllib.parse` and Python 2's:
:mod:`py2:urlparse`:
+* :func:`py2:urlparse.ParseResult`
* :func:`py2:urlparse.urlparse`
* :func:`py2:urlparse.urlunparse`
* :func:`py2:urlparse.parse_qs`