Put those "seealso"s together
diff --git a/Doc/library/glob.rst b/Doc/library/glob.rst
index 0de763f..7e21f1b 100644
--- a/Doc/library/glob.rst
+++ b/Doc/library/glob.rst
@@ -15,9 +15,6 @@
subshell. (For tilde and shell variable expansion, use
:func:`os.path.expanduser` and :func:`os.path.expandvars`.)
-.. seealso::
-
- Latest version of the :source:`glob module Python source code <Lib/glob.py>`
.. function:: glob(pathname)
@@ -53,3 +50,5 @@
Module :mod:`fnmatch`
Shell-style filename (not path) expansion
+ Latest version of the :source:`glob module Python source code <Lib/glob.py>`
+