]> granicus.if.org Git - python/commitdiff
Issue #24525: Add missing word. Patch by Vincent Legoll.
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 3 Jul 2015 23:10:14 +0000 (19:10 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 3 Jul 2015 23:10:14 +0000 (19:10 -0400)
Doc/library/urllib.rst

index d0cc54865165cebd4f7d98d0d6e6c456ff509347..927696ae5f4bd053945753c0cfde774114be1f99 100644 (file)
@@ -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.