Skip to content

Commit ca3e611

Browse files
fnmatch docs: link to fnmatch.filter(), not builtins.filter() (#99819)
1 parent 7bae15c commit ca3e611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/fnmatch.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ patterns.
4848

4949
Also note that :func:`functools.lru_cache` with the *maxsize* of 32768 is used to
5050
cache the compiled regex patterns in the following functions: :func:`fnmatch`,
51-
:func:`fnmatchcase`, :func:`filter`.
51+
:func:`fnmatchcase`, :func:`.filter`.
5252

5353
.. function:: fnmatch(filename, pattern)
5454

0 commit comments

Comments
 (0)