8000
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.
1 parent 2544412 commit f0a89e6Copy full SHA for f0a89e6
Doc/library/os.rst
@@ -2328,7 +2328,7 @@ features:
2328
:exc:`IsADirectoryError` or a :exc:`NotADirectoryError` will be raised
2329
respectively. If both are directories and *dst* is empty, *dst* will be
2330
silently replaced. If *dst* is a non-empty directory, an :exc:`OSError`
2331
- is raised. If both are files, *dst* it will be replaced silently if the user
+ is raised. If both are files, *dst* will be replaced silently if the user
2332
has permission. The operation may fail on some Unix flavors if *src* and
2333
*dst* are on different filesystems. If successful, the renaming will be an
2334
atomic operation (this is a POSIX requirement).
0 commit comments