From ce3fdf70f468cdc9a6dc744b81d2eaa91fdc32a1 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 13 May 2024 13:10:55 +0200 Subject: [PATCH] [3.12] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-118964) (#118992) Co-authored-by: Nikita Sobolev --- 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 3e5bc296fd4..49d2c7ffe0c 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*.