Commit 068c53b6 authored by Ned Deily's avatar Ned Deily

Remove spurious article.

parent 22495ddf
...@@ -832,7 +832,7 @@ call fails (for example because the path doesn't exist): ...@@ -832,7 +832,7 @@ call fails (for example because the path doesn't exist):
If *parents* is false (the default), a missing parent raises If *parents* is false (the default), a missing parent raises
:exc:`FileNotFoundError`. :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. raised if the target directory already exists.
If *exist_ok* is true, :exc:`FileExistsError` exceptions will be If *exist_ok* is true, :exc:`FileExistsError` exceptions will be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment