diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-12 18:21:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-12 18:21:32 (GMT) |
commit | 4b1a07ae185a60cd69762d9667df1369467da658 (patch) | |
tree | 858d3c5e8b9d1df2f024bb823d3e32037e68687f | |
parent | 93503ca57b839e4bd82acfbbe0340191060b4016 (diff) | |
download | cpython-4b1a07ae185a60cd69762d9667df1369467da658.zip cpython-4b1a07ae185a60cd69762d9667df1369467da658.tar.gz cpython-4b1a07ae185a60cd69762d9667df1369467da658.tar.bz2 |
Fixed grammatical error reported by Donald Wallace Rouse II
<dwr2@ix.netcom.com>.
-rw-r--r-- | Doc/tut/tut.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 11434c4..6f0cf21 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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 |