]> granicus.if.org Git - python/commitdiff
Fix label syntax.
authorGeorg Brandl <georg@python.org>
Mon, 24 Jan 2011 19:59:08 +0000 (19:59 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 24 Jan 2011 19:59:08 +0000 (19:59 +0000)
Doc/library/urllib.parse.rst
Doc/whatsnew/3.2.rst

index 037d4c41c0f057880ec88d04b08e34c1e7504ca9..6a143c5fe579820e163364e907737e77ff82ea2e 100644 (file)
@@ -281,7 +281,7 @@ or on combining URL components into a URL string.
    .. versionchanged:: 3.2
       Result is a structured object rather than a simple 2-tuple.
 
-:: _parsing-ascii-encoded-bytes:
+.. _parsing-ascii-encoded-bytes:
 
 Parsing ASCII Encoded Bytes
 ---------------------------
index b510f447e71ab53cbd0c8bb662dc6644ac283f96..e846a0fe25a0d0bdb5e50c53c6f8382f72162b3f 100644 (file)
@@ -1887,7 +1887,7 @@ string, then the *safe*, *encoding*, and *error* parameters are sent to
              encoding='latin-1')
     'type=telenovela&name=%BFD%F3nde+Est%E1+Elisa%3F'
 
-As detailed in :ref:`parsing-ascii-encoded-bytes` , all the :mod:`urllib.parse`
+As detailed in :ref:`parsing-ascii-encoded-bytes`, all the :mod:`urllib.parse`
 functions now accept ASCII-encoded byte strings as input, so long as they are
 not mixed with regular strings.  If ASCII-encoded byte strings are given as
 parameters, the return types will also be an ASCII-encoded byte strings: