Skip to content

Commit a2b84bb

Browse files
fnmatch docs: link to fnmatch.filter(), not builtins.filter() (GH-99819)
(cherry picked from commit ca3e611) Co-authored-by: Matthew Hughes <34972397+matthewhughes934@users.noreply.github.com>
1 parent 5dce4ab commit a2b84bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/fnmatch.rst

Lines changed: 1 addition & 1 deletion
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)