diff options
| author | Guido van Rossum <guido@python.org> | 1995-03-13 10:03:32 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-03-13 10:03:32 +0000 |
| commit | 6bb1adc7ee688be85b839b747cf25a9e6254cc22 (patch) | |
| tree | 8cb910de69fa0322275e60763bfc93a1ea12386f /Doc/lib/libos.tex | |
| parent | a8a8d4aadd49e3776e2212318331105c939974b4 (diff) | |
| download | cpython-git-6bb1adc7ee688be85b839b747cf25a9e6254cc22.tar.gz | |
small changes by Soren Larsen
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 6763ed4adf..5109f5d37d 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -9,7 +9,7 @@ When the optional built-in module \code{posix} is available, this module exports the same functions and data as \code{posix}; otherwise, it searches for an OS dependent built-in module like \code{mac} and exports the same functions and data as found there. The design of all -Python's built-in OS dependen modules is such that as long as the same +Python's built-in OS dependent modules is such that as long as the same functionality is available, it uses the same interface; e.g., the function \code{os.stat(\var{file})} returns stat info about a \var{file} in a format compatible with the POSIX interface. |
