Separate source link from main text.
diff --git a/Doc/library/pprint.rst b/Doc/library/pprint.rst
index 58b6702..9ab12ee 100644
--- a/Doc/library/pprint.rst
+++ b/Doc/library/pprint.rst
@@ -8,6 +8,8 @@
 
 **Source code:** :source:`Lib/pprint.py`
 
+--------------
+
 The :mod:`pprint` module provides a capability to "pretty-print" arbitrary
 Python data structures in a form which can be used as input to the interpreter.
 If the formatted structures include objects which are not fundamental Python