]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 7 Aug 2004 13:59:22 +0000 (13:59 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 7 Aug 2004 13:59:22 +0000 (13:59 +0000)
Misc/NEWS

index cbe3e6ee6cec41e7d5150304cf4de78775b28d26..a9ae3fa05f4a2cde8331663729833441eafdf526 100644 (file)
--- 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.