[Python-checkins] r81774 - python/trunk/Doc/library/urllib.rst

benjamin.peterson python-checkins at python.org
Sun Jun 6 02:50:58 CEST 2010


Author: benjamin.peterson
Date: Sun Jun  6 02:50:58 2010
New Revision: 81774

Log:
remove extra space

Modified:
   python/trunk/Doc/library/urllib.rst

Modified: python/trunk/Doc/library/urllib.rst
==============================================================================
--- python/trunk/Doc/library/urllib.rst	(original)
+++ python/trunk/Doc/library/urllib.rst	Sun Jun  6 02:50:58 2010
@@ -236,7 +236,7 @@
 
 .. function:: urlencode(query[, doseq])
 
-   Convert a mapping object or a sequence of two-element tuples  to a
+   Convert a mapping object or a sequence of two-element tuples to a
    "url-encoded" string, suitable to pass to :func:`urlopen` above as the
    optional *data* argument.  This is useful to pass a dictionary of form
    fields to a ``POST`` request.  The resulting string is a series of


More information about the Python-checkins mailing list