diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-10-16 20:15:47 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-10-16 20:15:47 (GMT) |
commit | e529165ee3a836f4dfdbe924dab00903d4e38d3a (patch) | |
tree | 77a1c826f79b3bda4aafaa7a8be0bdbfc2131c66 /Doc/whatsnew | |
parent | b76444b2fa39a99984ffa4bcfa9806fbb091594a (diff) | |
download | cpython-e529165ee3a836f4dfdbe924dab00903d4e38d3a.zip cpython-e529165ee3a836f4dfdbe924dab00903d4e38d3a.tar.gz cpython-e529165ee3a836f4dfdbe924dab00903d4e38d3a.tar.bz2 |
Fix wording (2.6.1 backport candidate)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 872d659..96b254c 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -179,7 +179,7 @@ of Stellenbosch, South Africa. Martin von Loewis put a lot of effort into importing existing bugs and patches from SourceForge; his scripts for this import operation are at http://svn.python.org/view/tracker/importer/ and may be useful to -other projects wished to move from SourceForge to Roundup. +other projects wishing to move from SourceForge to Roundup. .. seealso:: @@ -3282,5 +3282,6 @@ Acknowledgements The author would like to thank the following people for offering suggestions, corrections and assistance with various drafts of this article: Georg Brandl, Steve Brown, Nick Coghlan, Ralph Corderoy, -Jim Jewett, Kent Johnson, Chris Lambacher, Antoine Pitrou, Brian Warner. +Jim Jewett, Kent Johnson, Chris Lambacher, Martin Michlmayr, +Antoine Pitrou, Brian Warner. |