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

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