]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
is -> if in rename description
authorSkip Montanaro <skip@pobox.com>
Mon, 4 Jun 2001 15:30:41 +0000 (15:30 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 4 Jun 2001 15:30:41 +0000 (15:30 +0000)
Doc/lib/libos.tex

index 1767e378e3228b91da0dc85f58cb0c7172405c1b..2721baa3e94b541eac5d605aa6965337edea7550 100644 (file)
@@ -691,7 +691,7 @@ Rename the file or directory \var{src} to \var{dst}.  If \var{dst} is
 a directory, \exception{OSError} will be raised.  On \UNIX, if
 \var{dst} exists and is a file, it will be removed silently if the
 user has permission.  The operation may fail on some \UNIX{} flavors
-is \var{src} and \var{dst} are on different filesystems.  If
+if \var{src} and \var{dst} are on different filesystems.  If
 successful, the renaming will be an atomic operation (this is a
 \POSIX{} requirement).  On Windows, if \var{dst} already exists,
 \exception{OSError} will be raised even if it is a file; there may be