Separate source link from main text.
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index d5ade41..4096cbb 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -14,6 +14,8 @@
 
 **Source code:** :source:`Lib/collections.py`
 
+--------------
+
 This module implements specialized container datatypes providing alternatives to
 Python's general purpose built-in containers, :class:`dict`, :class:`list`,
 :class:`set`, and :class:`tuple`.