diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2009-04-09 11:23:36 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2009-04-09 11:23:36 (GMT) |
commit | 5963185b2329856e94abe851fb2333f6bcee4347 (patch) | |
tree | 28637292806877cb972ab712d95ba0764224f217 /Misc | |
parent | 24520b436520fae0b4519f9192bda6ac78d8e3f5 (diff) | |
download | cpython-5963185b2329856e94abe851fb2333f6bcee4347.zip cpython-5963185b2329856e94abe851fb2333f6bcee4347.tar.gz cpython-5963185b2329856e94abe851fb2333f6bcee4347.tar.bz2 |
Typo fixes
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |