There was an error while loading. Please reload this page.
fnmatch
fnmatch.filter()
builtins.filter()
1 parent 7bae15c commit ca3e611Copy full SHA for ca3e611
1 file changed
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