We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fnmatch
fnmatch.filter()
builtins.filter()
1 parent 7bae15c commit ca3e611Copy full SHA for ca3e611
Doc/library/fnmatch.rst
@@ -48,7 +48,7 @@ patterns.
48
49
Also note that :func:`functools.lru_cache` with the *maxsize* of 32768 is used to
50
cache the compiled regex patterns in the following functions: :func:`fnmatch`,
51
-:func:`fnmatchcase`, :func:`filter`.
+:func:`fnmatchcase`, :func:`.filter`.
52
53
.. function:: fnmatch(filename, pattern)
54
0 commit comments