# HG changeset patch # User Vincent Legoll # Date 1435565830 -7200 # Mon Jun 29 10:17:10 2015 +0200 # Branch 2.7 # Node ID 1312fe2354c31816115d2e0bbd2550c5ebb65e86 # Parent cb9df1ae287b24ef811b6301ac1b546295ed8477 Fix missing word Trivial fix for missing "rather" word in "rather than" expression Signed-off-by: Vincent Legoll diff -r cb9df1ae287b -r 1312fe2354c3 Doc/library/urllib.rst --- a/Doc/library/urllib.rst Sun Jun 28 13:05:19 2015 -0400 +++ b/Doc/library/urllib.rst Mon Jun 29 10:17:10 2015 +0200 @@ -296,7 +296,7 @@ .. 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.