summaryrefslogtreecommitdiffstats
path: root/Doc/library/fnmatch.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-07 19:01:48 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-07 19:01:48 (GMT)
commit4b512f73e0fe55d21a36da5658e424528ec0b2d4 (patch)
treef8ee53f01971f8c6b39aa633a030711913c26c95 /Doc/library/fnmatch.rst
parent60bcc54d2ed88861fb1232472bdeeff6460cb554 (diff)
downloadcpython-4b512f73e0fe55d21a36da5658e424528ec0b2d4.zip
cpython-4b512f73e0fe55d21a36da5658e424528ec0b2d4.tar.gz
cpython-4b512f73e0fe55d21a36da5658e424528ec0b2d4.tar.bz2
Group seealsos
Diffstat (limited to 'Doc/library/fnmatch.rst')
-rw-r--r--Doc/library/fnmatch.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst
index 8af6c0b..f162959 100644
--- a/Doc/library/fnmatch.rst
+++ b/Doc/library/fnmatch.rst
@@ -33,10 +33,6 @@ module. See module :mod:`glob` for pathname expansion (:mod:`glob` uses
a period are not special for this module, and are matched by the ``*`` and ``?``
patterns.
-.. seealso::
-
- Latest version of the :source:`fnmatch Python source code
- <Lib/fnmatch.py>`
.. function:: fnmatch(filename, pattern)
@@ -93,3 +89,5 @@ patterns.
Module :mod:`glob`
Unix shell-style path expansion.
+ Latest version of the :source:`fnmatch Python source code
+ <Lib/fnmatch.py>`