From: Fred Drake Date: Fri, 13 Feb 1998 21:57:33 +0000 (+0000) Subject: Capitalize first word in sentences, use periods at end. X-Git-Tag: v1.5.1~755 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a19bb9bbcf3f574ac7917b7b10edcc8959c284db;p=thirdparty%2FPython%2Fcpython.git Capitalize first word in sentences, use periods at end. --- diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex index fc04d8d6c246..7d824cf1efac 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: diff --git a/Doc/libposixfile.tex b/Doc/libposixfile.tex index fc04d8d6c246..7d824cf1efac 100644 --- a/Doc/libposixfile.tex +++ b/Doc/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: