mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove spurious article.
This commit is contained in:
commit
7d6dd05d85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue