Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5eec44 commit ae31e3fCopy full SHA for ae31e3f
1 file changed
Doc/library/fnmatch.rst
@@ -42,7 +42,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
42
43
Note that the filename separator (``'/'`` on Unix) is *not* special to this
44
module. See module :mod:`glob` for pathname expansion (:mod:`glob` uses
45
-:func:`fnmatch` to match pathname segments). Similarly, filenames starting with
+:func:`.filter` to match pathname segments). Similarly, filenames starting with
46
a period are not special for this module, and are matched by the ``*`` and ``?``
47
patterns.
48
0 commit comments