diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-02 17:03:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-02 17:03:42 (GMT) |
commit | a54a887f6638f25750cf2b9eff704225efa658b8 (patch) | |
tree | fb3d431bf65602ed029fffcfdc62d96b36a49e8a /Doc/lib/libposixfile.tex | |
parent | f6863c19091ca23ef69db31aa033b5802c2be871 (diff) | |
download | cpython-a54a887f6638f25750cf2b9eff704225efa658b8.zip cpython-a54a887f6638f25750cf2b9eff704225efa658b8.tar.gz cpython-a54a887f6638f25750cf2b9eff704225efa658b8.tar.bz2 |
"\platform{UNIX}" should really be spelled "\platform{Unix}".
Diffstat (limited to 'Doc/lib/libposixfile.tex')
-rw-r--r-- | Doc/lib/libposixfile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex index 491e0e2..b5c4451 100644 --- a/Doc/lib/libposixfile.tex +++ b/Doc/lib/libposixfile.tex @@ -3,7 +3,7 @@ File-like objects with locking support} \declaremodule{builtin}{posixfile} - \platform{UNIX} + \platform{Unix} \modulesynopsis{A file-like object with support for locking.} \moduleauthor{Jaap Vermeulen}{} \sectionauthor{Jaap Vermeulen}{} |