diff options
| author | Ned Deily <nad@python.org> | 2016-10-15 19:14:54 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2016-10-15 19:14:54 (GMT) |
| commit | 7d6dd05d85b8db66f77d0e64eb92583fa6761514 (patch) | |
| tree | cd5924d350bde45a67911ed8ac0b616c360b744d /Doc | |
| parent | fa8b8847e20e092cd6fb1610a88a7db1c48406ce (diff) | |
| parent | bf7dcb9cd0a1299af0565a91c5c95978d72c8d3e (diff) | |
| download | cpython-7d6dd05d85b8db66f77d0e64eb92583fa6761514.zip cpython-7d6dd05d85b8db66f77d0e64eb92583fa6761514.tar.gz cpython-7d6dd05d85b8db66f77d0e64eb92583fa6761514.tar.bz2 | |
Remove spurious article.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/library/pathlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 61600c4..5a81917 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -841,7 +841,7 @@ call fails (for example because the path doesn't exist): If *parents* is false (the default), a missing parent raises :exc:`FileNotFoundError`. - If *exist_ok* is false (the default), an :exc:`FileExistsError` is + If *exist_ok* is false (the default), :exc:`FileExistsError` is raised if the target directory already exists. If *exist_ok* is true, :exc:`FileExistsError` exceptions will be |
