mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
fnmatch
docs: link to fnmatch.filter()
, not builtins.filter()
(GH-99819)
(cherry picked from commit ca3e611b1f
)
Co-authored-by: Matthew Hughes <34972397+matthewhughes934@users.noreply.github.com>
This commit is contained in:
parent
5dce4ab736
commit
a2b84bbf77
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue