mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
English spelling and grammar fixes
This commit is contained in:
parent
0ca0edee33
commit
204bf0b9ae
11 changed files with 17 additions and 17 deletions
|
@ -10,7 +10,7 @@ This avoids all the overhead of SAX and pulldom to gain performance.
|
|||
# minidom DOM and can't be used with other DOM implementations. This
|
||||
# is due, in part, to a lack of appropriate methods in the DOM (there is
|
||||
# no way to create Entity and Notation nodes via the DOM Level 2
|
||||
# interface), and for performance. The later is the cause of some fairly
|
||||
# interface), and for performance. The latter is the cause of some fairly
|
||||
# cryptic code.
|
||||
#
|
||||
# Performance hacks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue