diff options
author | Skip Montanaro <skip@pobox.com> | 2001-06-04 15:31:17 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-06-04 15:31:17 (GMT) |
commit | b9d973dac5f846123922492ea333c196c105b089 (patch) | |
tree | 89d179901b412d77b4ba257e91386ea329fc2355 /Doc/lib | |
parent | 58422e582008fbdfb981795934d10dfd3073f5e1 (diff) | |
download | cpython-b9d973dac5f846123922492ea333c196c105b089.zip cpython-b9d973dac5f846123922492ea333c196c105b089.tar.gz cpython-b9d973dac5f846123922492ea333c196c105b089.tar.bz2 |
is -> if in rename description
Diffstat (limited to 'Doc/lib')
-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 |