[Python-checkins] cpython (merge 3.2 -> default): Merge #11780: s/throw/raise/

r.david.murray python-checkins at python.org
Sat Mar 17 03:11:43 CET 2012


http://hg.python.org/cpython/rev/63c46a8547fb
changeset:   75767:63c46a8547fb
parent:      75764:060eda590fa0
parent:      75766:195b67c26ce7
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Mar 16 22:10:44 2012 -0400
summary:
  Merge #11780: s/throw/raise/

files:
  Doc/library/email.encoders.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/email.encoders.rst b/Doc/library/email.encoders.rst
--- a/Doc/library/email.encoders.rst
+++ b/Doc/library/email.encoders.rst
@@ -19,7 +19,7 @@
 should also set the :mailheader:`Content-Transfer-Encoding` header as appropriate.
 
 Note that these functions are not meaningful for a multipart message.  They
-must be applied to individual subparts instead, and will throw a
+must be applied to individual subparts instead, and will raise a
 :exc:`TypeError` if passed a message whose type is multipart.
 
 Here are the encoding functions provided:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list