]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-82695: Clarify `pathlib.Path.mkdir()` documentation (#114032)
authorBarney Gale <barney.gale@gmail.com>
Tue, 23 Jan 2024 02:31:09 +0000 (02:31 +0000)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 02:31:09 +0000 (02:31 +0000)
commit32c227470aa6f72950b76206ffc529c258b4b8fa
tree0cf59a2961d6f2b156d541073f131cac5ffbc071
parent3a61d24062aaa1e13ba794360b6c765d9a1f2b06
GH-82695: Clarify `pathlib.Path.mkdir()` documentation (#114032)

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

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