From e07993624117e7f722ee167138728ec54eaaaac0 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 3 Jul 2015 19:10:14 -0400 Subject: Issue #24525: Add missing word. Patch by Vincent Legoll. --- Doc/library/urllib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index d0cc548..927696a 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. -- cgit v0.12