Separate source link from main text.
diff --git a/Doc/library/cmd.rst b/Doc/library/cmd.rst
index a0ae425..464764d 100644
--- a/Doc/library/cmd.rst
+++ b/Doc/library/cmd.rst
@@ -7,6 +7,8 @@
 
 **Source code:** :source:`Lib/cmd.py`
 
+--------------
+
 The :class:`Cmd` class provides a simple framework for writing line-oriented
 command interpreters.  These are often useful for test harnesses, administrative
 tools, and prototypes that will later be wrapped in a more sophisticated