We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
q:q
1 parent 242ad1f commit 1071715Copy full SHA for 1071715
Doc/library/os.rst
@@ -2098,7 +2098,7 @@ features:
2098
2099
On Windows, if *dst* exists a :exc:`FileExistsError` is always raised.
2100
2101
- 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
2102
:exc:`IsADirectoryError` or a :exc:`NotADirectoryError` will be raised
2103
respectively. If both are directories and *dst* is empty, *dst* will be
2104
silently replaced. If *dst* is a non-empty directory, an :exc:`OSError`
0 commit comments