[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>
This commit is contained in:
Miss Islington (bot) 2024-05-13 13:10:55 +02:00 committed by GitHub
parent 35649dfe05
commit ce3fdf70f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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