Separate source link from main text.
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
index 759dab1..988ee4c 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -12,6 +12,8 @@
 
 **Source code:** :source:`Lib/shutil.py`
 
+--------------
+
 The :mod:`shutil` module offers a number of high-level operations on files and
 collections of files.  In particular, functions are provided  which support file
 copying and removal. For operations on individual files, see also the