]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-118964) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 May 2024 11:21:10 +0000 (13:21 +0200)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 11:21:10 +0000 (11:21 +0000)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/library/shutil.rst

index 1a053c328661538e2a9e71d861fd3d4df31b53ad..fd32479195eca8842b59b0ed8f154a4d11788975 100644 (file)
@@ -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*.