@@ -738,8 +738,8 @@ \section{PEP 301: Package Index and Metadata for
738738 # ...
739739 }
740740
741- if ( hasattr(core, 'setup_keywords') and
742- 'classifiers' in core.setup_keywords):
741+ if (hasattr(core, 'setup_keywords') and
742+ 'classifiers' in core.setup_keywords):
743743 kw['classifiers'] = \
744744 ['Topic :: Internet :: WWW/HTTP :: Dynamic Content',
745745 'Environment :: No Input/Output (Daemon)',
@@ -888,7 +888,7 @@ \section{PEP 307: Pickle Enhancements \label{section-pep305}}
888888
889889The \module {pickle} and \module {cPickle} modules received some
890890attention during the 2.3 development cycle. In 2.2, new-style classes
891- could be pickled without difficult , but they weren't pickled very
891+ could be pickled without difficulty , but they weren't pickled very
892892compactly; \pep {307} quotes a trivial example where a new-style class
893893results in a pickled string three times longer than that for a classic
894894class.
@@ -2252,7 +2252,7 @@ \section{Acknowledgements \label{acks}}
22522252
22532253The author would like to thank the following people for offering
22542254suggestions, corrections and assistance with various drafts of this
2255- article: Simon Brunning, Michael Chermside, Andrew Dalke, Scott David
2255+ article: Jeff Bauer, Simon Brunning, Michael Chermside, Andrew Dalke, Scott David
22562256Daniels, Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael
22572257Hudson, Chris Lambert, Detlef Lannert, Martin von L\" owis, Andrew MacIntyre, Lalo
22582258Martins, Gustavo Niemeyer, Neal Norwitz, Hans Nowak, Chris Reedy,
0 commit comments