Capitalize first word in sentences, use periods at end.

This commit is contained in:
Fred Drake 1998-02-13 21:57:33 +00:00
parent 86b5dcec86
commit a19bb9bbcf
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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: