]> granicus.if.org Git - python/commitdiff
#11780: s/throw/raise/
authorR David Murray <rdmurray@bitdance.com>
Sat, 17 Mar 2012 02:10:00 +0000 (22:10 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 17 Mar 2012 02:10:00 +0000 (22:10 -0400)
Doc/library/email.encoders.rst

index 3c32c3bb425d7ab3a3c63adcc07818feb77867cb..81d30961db291175a496c13dc382c85114bae0ff 100644 (file)
@@ -19,7 +19,7 @@ payload, encode it, and reset the payload to this newly encoded value.  They
 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: