diff options
author | Georg Brandl <georg@python.org> | 2015-01-14 07:26:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-01-14 07:26:30 (GMT) |
commit | 3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c (patch) | |
tree | addfeeb14af6240b6454926ef9a4cce2a51f9207 /Doc/library/email.mime.rst | |
parent | 1a8ada89f9b3d9b10654adce979046d865906a44 (diff) | |
download | cpython-3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c.zip cpython-3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c.tar.gz cpython-3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c.tar.bz2 |
Closes #23181: codepoint -> code point
Diffstat (limited to 'Doc/library/email.mime.rst')
-rw-r--r-- | Doc/library/email.mime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.mime.rst b/Doc/library/email.mime.rst index 950b1c6..67d0a67 100644 --- a/Doc/library/email.mime.rst +++ b/Doc/library/email.mime.rst @@ -194,7 +194,7 @@ Here are the classes: minor type and defaults to :mimetype:`plain`. *_charset* is the character set of the text and is passed as an argument to the :class:`~email.mime.nonmultipart.MIMENonMultipart` constructor; it defaults - to ``us-ascii`` if the string contains only ``ascii`` codepoints, and + to ``us-ascii`` if the string contains only ``ascii`` code points, and ``utf-8`` otherwise. The *_charset* parameter accepts either a string or a :class:`~email.charset.Charset` instance. |