]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-82695: Clarify `pathlib.Path.mkdir()` documentation (GH-114032) (#114462)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jan 2024 02:37:35 +0000 (03:37 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 02:37:35 +0000 (02:37 +0000)
commit9c2db5725ee736222af519cc9deb68a0dec1a4c2
tree6bb1b2c83b8882f6e257e73805770e99dabab519
parenta199ab3f333a2e0bab37db935030f835c0740d08
[3.12] GH-82695: Clarify `pathlib.Path.mkdir()` documentation (GH-114032) (#114462)

Remove a double negative in the documentation of `mkdir()`'s *exist_ok*
parameter.

(cherry picked from commit 32c227470aa6f72950b76206ffc529c258b4b8fa)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/pathlib.rst