summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2009-04-09 11:23:36 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2009-04-09 11:23:36 (GMT)
commit5963185b2329856e94abe851fb2333f6bcee4347 (patch)
tree28637292806877cb972ab712d95ba0764224f217 /Misc
parent24520b436520fae0b4519f9192bda6ac78d8e3f5 (diff)
downloadcpython-5963185b2329856e94abe851fb2333f6bcee4347.zip
cpython-5963185b2329856e94abe851fb2333f6bcee4347.tar.gz
cpython-5963185b2329856e94abe851fb2333f6bcee4347.tar.bz2
Typo fixes
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 78b37cc..5fcfab9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -239,7 +239,7 @@ Library
mailbox.MH.get_message().
- Issue #5585: Add the ability to call an initializer to mulitiprocessing.manager
- so that users can install custonm handlers/etc.
+ so that users can install custom handlers/etc.
- Issue #3551: Patch multiprocessing to raise a proper exception if the size of the
object when writefile is called causes a ERROR_NO_SYSTEM_RESOURCES. Added docs