From 5047428a1a479bc21dfd362360f60d30718e0924 Mon Sep 17 00:00:00 2001 From: Alexander Shadchin Date: Tue, 23 Dec 2025 20:26:28 +0300 Subject: [PATCH] Delete mention `encoding` for `importlib.resources.path` `importlib.resources.path` does not have an `encoding` argument --- 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 20297f9fe307b5..b2ccd9718af292 100644 --- a/Doc/library/importlib.resources.rst +++ b/Doc/library/importlib.resources.rst @@ -242,7 +242,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)