[Python-checkins] cpython (2.7): Issue #24525: Add missing word. Patch by Vincent Legoll.

terry.reedy python-checkins at python.org
Sat Jul 4 01:10:26 CEST 2015


https://hg.python.org/cpython/rev/25985b0c4dbf
changeset:   96787:25985b0c4dbf
branch:      2.7
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Jul 03 19:10:14 2015 -0400
summary:
  Issue #24525: Add missing word. Patch by Vincent Legoll.

files:
  Doc/library/urllib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst
--- a/Doc/library/urllib.rst
+++ b/Doc/library/urllib.rst
@@ -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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list