diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-13 21:57:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-13 21:57:33 (GMT) |
commit | a19bb9bbcf3f574ac7917b7b10edcc8959c284db (patch) | |
tree | 1067f2e8fbfd75992940acfe23f61f32b49a51c4 /Doc/lib/libposixfile.tex | |
parent | 86b5dcec86b411da737d9c963a238c868a45be77 (diff) | |
download | cpython-a19bb9bbcf3f574ac7917b7b10edcc8959c284db.zip cpython-a19bb9bbcf3f574ac7917b7b10edcc8959c284db.tar.gz cpython-a19bb9bbcf3f574ac7917b7b10edcc8959c284db.tar.bz2 |
Capitalize first word in sentences, use periods at end.
Diffstat (limited to 'Doc/lib/libposixfile.tex')
-rw-r--r-- | Doc/lib/libposixfile.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex index fc04d8d..7d824cf 100644 --- a/Doc/lib/libposixfile.tex +++ b/Doc/lib/libposixfile.tex @@ -23,15 +23,15 @@ The posixfile module defines the following constants: \setindexsubitem{(in module posixfile)} \begin{datadesc}{SEEK_SET} -offset is calculated from the start of the file +Offset is calculated from the start of the file. \end{datadesc} \begin{datadesc}{SEEK_CUR} -offset is calculated from the current position in the file +Offset is calculated from the current position in the file. \end{datadesc} \begin{datadesc}{SEEK_END} -offset is calculated from the end of the file +Offset is calculated from the end of the file. \end{datadesc} The posixfile module defines the following functions: |