We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8241a69 commit 3c2ca2eCopy full SHA for 3c2ca2e
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