Add section for urllib.parse.
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index 22680d0..037d4c4 100644
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -279,8 +279,9 @@
    object.
 
    .. versionchanged:: 3.2
-      Result is a structured object rather than a simple 2-tuple
+      Result is a structured object rather than a simple 2-tuple.
 
+:: _parsing-ascii-encoded-bytes:
 
 Parsing ASCII Encoded Bytes
 ---------------------------