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.
fnmatch.filterfalse
1 parent aeeacdb commit ba6ea7cCopy full SHA for ba6ea7c
Doc/library/fnmatch.rst
@@ -53,7 +53,7 @@ a :class:`!str` filename, and vice-versa.
53
54
Finally, note that :func:`functools.lru_cache` with a *maxsize* of 32768
55
is used to cache the (typed) compiled regex patterns in the following
56
-functions: :func:`fnmatch`, :func:`fnmatchcase`, :func:`.filter`.
+functions: :func:`fnmatch`, :func:`fnmatchcase`, :func:`.filter`, :func:`.filterfalse`.
57
58
59
.. function:: fnmatch(name, pat)
0 commit comments