diff options
author | Georg Brandl <georg@python.org> | 2011-01-24 19:59:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-24 19:59:08 (GMT) |
commit | 009a6bd675ed8f853d57794eacb660912be5dd49 (patch) | |
tree | 15ef56071e8adcdb0ed688e9af0b46538009b4e5 /Doc/library/urllib.parse.rst | |
parent | 8e490de61687a63131d1fc9853bf26a36541ec39 (diff) | |
download | cpython-009a6bd675ed8f853d57794eacb660912be5dd49.zip cpython-009a6bd675ed8f853d57794eacb660912be5dd49.tar.gz cpython-009a6bd675ed8f853d57794eacb660912be5dd49.tar.bz2 |
Fix label syntax.
Diffstat (limited to 'Doc/library/urllib.parse.rst')
-rw-r--r-- | Doc/library/urllib.parse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst index 037d4c4..6a143c5 100644 --- a/Doc/library/urllib.parse.rst +++ b/Doc/library/urllib.parse.rst @@ -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 --------------------------- |