]> granicus.if.org Git - python/commitdiff
Capitalize first word in sentences, use periods at end.
authorFred Drake <fdrake@acm.org>
Fri, 13 Feb 1998 21:57:33 +0000 (21:57 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 13 Feb 1998 21:57:33 +0000 (21:57 +0000)
Doc/lib/libposixfile.tex
Doc/libposixfile.tex

index fc04d8d6c246b188c20594a4f6323504ae951140..7d824cf1eface79c9701882e09fca544c24b63db 100644 (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:
index fc04d8d6c246b188c20594a4f6323504ae951140..7d824cf1eface79c9701882e09fca544c24b63db 100644 (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: