From 32c762aa6e9988039a582c7c40b9bd2da93a8498 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 5 Sep 2013 16:54:07 -0400 Subject: mention urlparse.ParseResult (fixes #33) --- documentation/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/index.rst') 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` -- cgit v1.2.1