From daf20a9d8da932fe577b615aa193121b0b4cc59b Mon Sep 17 00:00:00 2001 From: Alexander Shadchin Date: Sat, 6 Jun 2026 14:52:01 +0300 Subject: [PATCH] Delete mention encoding and errors for importlib.resources.path() (GH-143111) (cherry picked from commit fded34d6fe8c300f5625b7fddb86a4c56ecc35c5) Co-authored-by: Alexander Shadchin --- Doc/library/importlib.resources.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/importlib.resources.rst b/Doc/library/importlib.resources.rst index 45d42634f66292a..0bebd974d3ad308 100644 --- a/Doc/library/importlib.resources.rst +++ b/Doc/library/importlib.resources.rst @@ -237,7 +237,6 @@ For all the following functions: .. versionchanged:: 3.13 Multiple *path_names* are accepted. - *encoding* and *errors* must be given as keyword arguments. .. function:: is_resource(anchor, *path_names)