diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-13 11:10:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 11:10:55 (GMT) |
commit | ce3fdf70f468cdc9a6dc744b81d2eaa91fdc32a1 (patch) | |
tree | c547460bf9eddc25f3f8db49be139bbe76b84c35 | |
parent | 35649dfe05f66c94979ea24571a0fcd5e105456b (diff) | |
download | cpython-ce3fdf70f468cdc9a6dc744b81d2eaa91fdc32a1.zip cpython-ce3fdf70f468cdc9a6dc744b81d2eaa91fdc32a1.tar.gz cpython-ce3fdf70f468cdc9a6dc744b81d2eaa91fdc32a1.tar.bz2 |
[3.12] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-118964) (#118992)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
-rw-r--r-- | Doc/library/shutil.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 3e5bc29..49d2c7ff 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*. |