diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 06:03:33 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 06:03:33 (GMT) |
commit | f157982b2c66be30d94a3f3ce0dfc2d9ebd3bd19 (patch) | |
tree | 39c71ffdf07566b30f7dc3a64c0b76e99be6240a /Doc | |
parent | 3e04d5b3068ac67cc01a32b1d5a51ac79c9df5a1 (diff) | |
download | cpython-f157982b2c66be30d94a3f3ce0dfc2d9ebd3bd19.zip cpython-f157982b2c66be30d94a3f3ce0dfc2d9ebd3bd19.tar.gz cpython-f157982b2c66be30d94a3f3ce0dfc2d9ebd3bd19.tar.bz2 |
Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/datetime.rst | 2 | ||||
-rw-r--r-- | Doc/library/imaplib.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index b99017f..b125588 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -2079,7 +2079,7 @@ Notes: Similar to ``%U`` and ``%W``, ``%V`` is only used in calculations when the day of the week and the ISO year (``%G``) are specified in a :meth:`strptime` format string. Also note that ``%G`` and ``%Y`` are not - interchangable. + interchangeable. .. rubric:: Footnotes diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index f604cfb..e33bac0 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -507,7 +507,7 @@ An :class:`IMAP4` instance has the following methods: allowed creation of such tags, and popular IMAP servers, such as Gmail, accept and produce such flags. There are non-Python programs which also create such tags. Although it is an RFC violation and IMAP clients and - servers are supposed to be strict, imaplib nontheless continues to allow + servers are supposed to be strict, imaplib nonetheless continues to allow such tags to be created for backward compatibility reasons, and as of python 3.6, handles them if they are sent from the server, since this improves real-world compatibility. |