Skip to content

Commit 633c567

Browse files
author
akuchling
committed
Re-indent example; fix typo
git-svn-id: http://svn.python.org/projects/python/trunk@32177 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent dfe4acd commit 633c567

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

889889
The \module{pickle} and \module{cPickle} modules received some
890890
attention 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
892892
compactly; \pep{307} quotes a trivial example where a new-style class
893893
results in a pickled string three times longer than that for a classic
894894
class.
@@ -2252,7 +2252,7 @@ \section{Acknowledgements \label{acks}}
22522252

22532253
The author would like to thank the following people for offering
22542254
suggestions, 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
22562256
Daniels, Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael
22572257
Hudson, Chris Lambert, Detlef Lannert, Martin von L\"owis, Andrew MacIntyre, Lalo
22582258
Martins, Gustavo Niemeyer, Neal Norwitz, Hans Nowak, Chris Reedy,

0 commit comments

Comments
 (0)