mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
fnmatch docs: link to fnmatch.filter(), not builtins.filter() (#99819)
This commit is contained in:
parent
7bae15cf37
commit
ca3e611b1f
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
|
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`,
|
cache the compiled regex patterns in the following functions: :func:`fnmatch`,
|
||||||
:func:`fnmatchcase`, :func:`filter`.
|
:func:`fnmatchcase`, :func:`.filter`.
|
||||||
|
|
||||||
.. function:: fnmatch(filename, pattern)
|
.. function:: fnmatch(filename, pattern)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue