From b4ca389281849e849fb58fecf9b31e2e2f5a39c1 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Mon, 13 May 2024 14:04:14 +0300 Subject: [PATCH] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (#118964) --- Doc/library/shutil.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 1a053c32866153..fd32479195eca8 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -338,7 +338,7 @@ Directory and files operations before removing the junction. .. versionchanged:: 3.11 - The *dir_fd* parameter. + Added the *dir_fd* parameter. .. versionchanged:: 3.12 Added the *onexc* parameter, deprecated *onerror*.