From: Terry Jan Reedy Date: Fri, 3 Jul 2015 23:10:14 +0000 (-0400) Subject: Issue #24525: Add missing word. Patch by Vincent Legoll. X-Git-Tag: v2.7.11rc1~255^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e07993624117e7f722ee167138728ec54eaaaac0;p=thirdparty%2FPython%2Fcpython.git Issue #24525: Add missing word. Patch by Vincent Legoll. --- diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index d0cc54865165..927696ae5f4b 100644 --- a/Doc/library/urllib.rst +++ b/Doc/library/urllib.rst @@ -296,7 +296,7 @@ Utility functions .. note:: urllib also exposes certain utility functions like splittype, splithost and others parsing url into various components. But it is recommended to use - :mod:`urlparse` for parsing urls than using these functions directly. + :mod:`urlparse` for parsing urls rather than using these functions directly. Python 3 does not expose these helper functions from :mod:`urllib.parse` module.