diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-07 18:58:21 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-07 18:58:21 (GMT) |
commit | 60bcc54d2ed88861fb1232472bdeeff6460cb554 (patch) | |
tree | efea544e4995c6a1f6519940b69e8b2d148a82ae /Doc/library/glob.rst | |
parent | 034c7537d8b7f62ba9eff6a9fe8989730cce26f2 (diff) | |
download | cpython-60bcc54d2ed88861fb1232472bdeeff6460cb554.zip cpython-60bcc54d2ed88861fb1232472bdeeff6460cb554.tar.gz cpython-60bcc54d2ed88861fb1232472bdeeff6460cb554.tar.bz2 |
Put those "seealso"s together
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>` + |