From 2de58cd596f633c55185e033aa53899af663b05c Mon Sep 17 00:00:00 2001 From: Matthew Hughes Date: Sun, 27 Nov 2022 13:49:26 +0000 Subject: [PATCH] Fixup `filter` link in `fnmatch` docs Fix a link that was pointing to the builtin `filter` instead of `fnmatch.filter` --- Doc/library/fnmatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst index 9163da57c7b999..46bf0fc2848058 100644 --- a/Doc/library/fnmatch.rst +++ b/Doc/library/fnmatch.rst @@ -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)