https://github.com/python/cpython/commit/941883208cdae6972c04228e5dc8626429e0ae27
commit: 941883208cdae6972c04228e5dc8626429e0ae27
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-05-13T11:21:10Z
summary:

[3.13] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-118964) 
(#118991)

Co-authored-by: Nikita Sobolev <[email protected]>

files:
M Doc/library/shutil.rst

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*.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to