summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-08-07 13:59:22 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-08-07 13:59:22 (GMT)
commit28025ecda4edbd11f503349d51854cefbf620f8f (patch)
treef8bd6b3fb8b6058bb13f43a176bffeb3af220d5a /Misc/NEWS
parente30c4d4ddc304240471fee684679b4d3e104ddd6 (diff)
downloadcpython-28025ecda4edbd11f503349d51854cefbf620f8f.zip
cpython-28025ecda4edbd11f503349d51854cefbf620f8f.tar.gz
cpython-28025ecda4edbd11f503349d51854cefbf620f8f.tar.bz2
Typo fix
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cbe3e6e..a9ae3fa 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.