Skip to content
Snippets Groups Projects
Unverified Commit ca3e611b authored by Matthew Hughes's avatar Matthew Hughes Committed by GitHub
Browse files

`fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (#99819)

parent 7bae15cf
Branches
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ patterns.
Also note that :func:`functools.lru_cache` with the *maxsize* of 32768 is used to
cache the compiled regex patterns in the following functions: :func:`fnmatch`,
:func:`fnmatchcase`, :func:`filter`.
:func:`fnmatchcase`, :func:`.filter`.
.. function:: fnmatch(filename, pattern)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment