mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Grammar tweak.
This commit is contained in:
parent
216cbca195
commit
f8b1f2431b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Note that the parser can be extended in limited ways, and of course
|
|||
you can implement your own parser completely from scratch. There is
|
||||
no magical connection between the \module{email} package's bundled
|
||||
parser and the \class{Message} class, so your custom parser can create
|
||||
message object trees in any way it find necessary.
|
||||
message object trees any way it finds necessary.
|
||||
|
||||
The primary parser class is \class{Parser} which parses both the
|
||||
headers and the payload of the message. In the case of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue