Commit 7cbef729 authored by Mariatta's avatar Mariatta Committed by Miss Islington (bot)

closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)



https://bugs.python.org/issue37554
parent 1dbd084f
......@@ -2098,7 +2098,7 @@ features:
On Windows, if *dst* exists a :exc:`FileExistsError` is always raised.
On Unix, if *src* is a file and *dst* is a directory or vice-versa, anq:q
On Unix, if *src* is a file and *dst* is a directory or vice-versa, an
:exc:`IsADirectoryError` or a :exc:`NotADirectoryError` will be raised
respectively. If both are directories and *dst* is empty, *dst* will be
silently replaced. If *dst* is a non-empty directory, an :exc:`OSError`
......
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