Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9d973d

Browse files
author
Skip Montanaro
committed
is -> if in rename description
1 parent 58422e5 commit b9d973d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libos.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ \subsection{Files and Directories \label{os-file-dir}}
691691
a directory, \exception{OSError} will be raised. On \UNIX, if
692692
\var{dst} exists and is a file, it will be removed silently if the
693693
user has permission. The operation may fail on some \UNIX{} flavors
694-
is \var{src} and \var{dst} are on different filesystems. If
694+
if \var{src} and \var{dst} are on different filesystems. If
695695
successful, the renaming will be an atomic operation (this is a
696696
\POSIX{} requirement). On Windows, if \var{dst} already exists,
697697
\exception{OSError} will be raised even if it is a file; there may be

0 commit comments

Comments
 (0)