Separate source link from main text.
diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst
index bc3821e..26336ef 100644
--- a/Doc/library/queue.rst
+++ b/Doc/library/queue.rst
@@ -6,6 +6,8 @@
 
 **Source code:** :source:`Lib/queue.py`
 
+--------------
+
 The :mod:`queue` module implements multi-producer, multi-consumer queues.
 It is especially useful in threaded programming when information must be
 exchanged safely between multiple threads.  The :class:`Queue` class in this