From: Andrew M. Kuchling Date: Sat, 7 Aug 2004 14:00:39 +0000 (+0000) Subject: Another typo X-Git-Tag: v2.4a3~383 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78d375fb86614b019a8b6784cf55cf03ded8530d;p=python Another typo --- diff --git a/Misc/NEWS b/Misc/NEWS index a9ae3fa05f..925d6927b1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -266,7 +266,7 @@ Documentation - Improved the tutorial on creating types in C. - point out the importance of reassigning data members before - assigning thier values + assigning their values - correct my misconception about return values from visitprocs. Sigh.