diff options
author | Skip Montanaro <skip@pobox.com> | 2001-06-04 15:30:41 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-06-04 15:30:41 (GMT) |
commit | 35a37f1c013756f67d54c28cd4b827957b4c4687 (patch) | |
tree | 1db82dd1d66b5abd667493d703014f42fa9f3dea /Doc/lib/libos.tex | |
parent | 9d26f81b900ec7a57bd300cdc65f441a41cf4bf2 (diff) | |
download | cpython-35a37f1c013756f67d54c28cd4b827957b4c4687.zip cpython-35a37f1c013756f67d54c28cd4b827957b4c4687.tar.gz cpython-35a37f1c013756f67d54c28cd4b827957b4c4687.tar.bz2 |
is -> if in rename description
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r-- | Doc/lib/libos.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 1767e37..2721baa 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 |