Thanks to visit codestin.com Credit goes to github.com
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 58422e5 commit b9d973dCopy full SHA for b9d973d
1 file changed
Doc/lib/libos.tex
@@ -691,7 +691,7 @@ \subsection{Files and Directories \label{os-file-dir}}
691
a directory, \exception{OSError} will be raised. On \UNIX, if
692
\var{dst} exists and is a file, it will be removed silently if the
693
user has permission. The operation may fail on some \UNIX{} flavors
694
-is \var{src} and \var{dst} are on different filesystems. If
+if \var{src} and \var{dst} are on different filesystems. If
695
successful, the renaming will be an atomic operation (this is a
696
\POSIX{} requirement). On Windows, if \var{dst} already exists,
697
\exception{OSError} will be raised even if it is a file; there may be
0 commit comments