summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-08-07 14:00:39 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-08-07 14:00:39 (GMT)
commit78d375fb86614b019a8b6784cf55cf03ded8530d (patch)
tree9dbde8763f9db87f768b8033a618ef1bf809c6c6
parent28025ecda4edbd11f503349d51854cefbf620f8f (diff)
downloadcpython-78d375fb86614b019a8b6784cf55cf03ded8530d.zip
cpython-78d375fb86614b019a8b6784cf55cf03ded8530d.tar.gz
cpython-78d375fb86614b019a8b6784cf55cf03ded8530d.tar.bz2
Another typo
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a9ae3fa..925d692 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.