diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-10-20 14:01:56 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-10-20 14:01:56 (GMT) |
commit | f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc (patch) | |
tree | 9a4b5d8c9ea1dbbd4ead4b2990c77a997fb3905b /Doc/whatsnew | |
parent | 4b17e3993b7d4ada586e66ad40a73e12e086645e (diff) | |
download | cpython-f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc.zip cpython-f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc.tar.gz cpython-f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc.tar.bz2 |
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew20.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew20.tex b/Doc/whatsnew/whatsnew20.tex index 86d54d7..1728e1a 100644 --- a/Doc/whatsnew/whatsnew20.tex +++ b/Doc/whatsnew/whatsnew20.tex @@ -1000,7 +1000,7 @@ every starting and end tag encountered by the parser, the \method{characters()} method is called for every chunk of character data, and so forth. -The advantage of the event-driven approach is that that the whole +The advantage of the event-driven approach is that the whole document doesn't have to be resident in memory at any one time, which matters if you are processing really huge documents. However, writing the SAX handler class can get very complicated if you're trying to |