]> granicus.if.org Git - python/commitdiff
Another typo
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 7 Aug 2004 14:00:39 +0000 (14:00 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 7 Aug 2004 14:00:39 +0000 (14:00 +0000)
Misc/NEWS

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