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

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


http://hg.python.org/cpython/rev/195b67c26ce7
changeset:   75766:195b67c26ce7
branch:      3.2
parent:      75763:1be426a555ca
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Mar 16 22:10:00 2012 -0400
summary:
  #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