From: Skip Montanaro Date: Mon, 4 Jun 2001 15:30:41 +0000 (+0000) Subject: is -> if in rename description X-Git-Tag: v2.1.1c1~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35a37f1c013756f67d54c28cd4b827957b4c4687;p=thirdparty%2FPython%2Fcpython.git is -> if in rename description --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 1767e378e322..2721baa3e94b 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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