diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:44:25 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:44:25 +0000 |
| commit | 84835ab1cb2a8ccfeeb4474d39130d972a3c563d (patch) | |
| tree | 20902bead4bcb320b8def5259b3c4f239e9251ba /Doc/library/email.charset.rst | |
| parent | f26441609310c12826fe4b5bc896aafafa268763 (diff) | |
| parent | d21e0b52f1421e253ecdc583faf5743133cac605 (diff) | |
| download | cpython-git-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.gz | |
Issue #25161: Merge full stops from 3.4 into 3.5
Diffstat (limited to 'Doc/library/email.charset.rst')
| -rw-r--r-- | Doc/library/email.charset.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.charset.rst b/Doc/library/email.charset.rst index 19a69532ed..80ef3d62cc 100644 --- a/Doc/library/email.charset.rst +++ b/Doc/library/email.charset.rst @@ -234,5 +234,5 @@ new entries to the global character set, alias, and codec registries: *charset* is the canonical name of a character set. *codecname* is the name of a Python codec, as appropriate for the second argument to the :class:`str`'s - :meth:`~str.encode` method + :meth:`~str.encode` method. |
