diff options
Diffstat (limited to 'Doc/library/glob.rst')
-rw-r--r-- | Doc/library/glob.rst | 5 |
1 files changed, 2 insertions, 3 deletions
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 @@ matched. This is done by using the :func:`os.listdir` and 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 @@ preserved. :: Module :mod:`fnmatch` Shell-style filename (not path) expansion + Latest version of the :source:`glob module Python source code <Lib/glob.py>` + |