We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc8b27 commit ce057aeCopy full SHA for ce057ae
Doc/library/os.rst
@@ -2307,7 +2307,7 @@ features:
2307
:exc:`IsADirectoryError` or a :exc:`NotADirectoryError` will be raised
2308
respectively. If both are directories and *dst* is empty, *dst* will be
2309
silently replaced. If *dst* is a non-empty directory, an :exc:`OSError`
2310
- 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
2311
has permission. The operation may fail on some Unix flavors if *src* and
2312
*dst* are on different filesystems. If successful, the renaming will be an
2313
atomic operation (this is a POSIX requirement).
0 commit comments