mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fixed grammatical error reported by Donald Wallace Rouse II
<dwr2@ix.netcom.com>.
This commit is contained in:
parent
93503ca57b
commit
4b1a07ae18
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue