]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed grammatical error reported by Donald Wallace Rouse II
authorFred Drake <fdrake@acm.org>
Fri, 12 Mar 1999 18:21:32 +0000 (18:21 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 12 Mar 1999 18:21:32 +0000 (18:21 +0000)
<dwr2@ix.netcom.com>.

Doc/tut/tut.tex

index 11434c46ef42578a1740c2b2f3547420d9359be8..6f0cf21e9dae1b97ba01f397822b8e3c3a7ce72c 100644 (file)
@@ -1339,8 +1339,8 @@ a period.
 
 If there are more lines in the documentation string, the second line
 should be blank, visually separating the summary from the rest of the
-description.  The following lines should be one of more of paragraphs
-describing the objects calling conventions, its side effects, etc.
+description.  The following lines should be one or more paragraphs
+describing the object's calling conventions, its side effects, etc.
 
 The Python parser does not strip indentation from multi-line string
 literals in Python, so tools that process documentation have to strip