From: Andrew M. Kuchling Date: Sat, 7 Aug 2004 13:59:22 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.4a3~384 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28025ecda4edbd11f503349d51854cefbf620f8f;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Misc/NEWS b/Misc/NEWS index cbe3e6ee6cec..a9ae3fa05f4a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -268,7 +268,7 @@ Documentation - point out the importance of reassigning data members before assigning thier values - - correct my missconception about return values from visitprocs. Sigh. + - correct my misconception about return values from visitprocs. Sigh. - mention the labor saving Py_VISIT and Py_CLEAR macros.