diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-07-07 05:07:25 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-07-07 05:07:25 (GMT) |
commit | 3d3aedc8ba2d7e97859b408c8ea3565c68364f0c (patch) | |
tree | c8a96912d01a03a40ce93064827134348c8ca591 /Doc/whatsnew/3.5.rst | |
parent | 4ffc3d44804ae019ed801db48ff674adc53ce0c9 (diff) | |
download | cpython-3d3aedc8ba2d7e97859b408c8ea3565c68364f0c.zip cpython-3d3aedc8ba2d7e97859b408c8ea3565c68364f0c.tar.gz cpython-3d3aedc8ba2d7e97859b408c8ea3565c68364f0c.tar.bz2 |
Fix usage of the default role.
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 9713a98..a6d4859 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1086,7 +1086,7 @@ Changes in the Python API * The :mod:`socket` module now exports the CAN_RAW_FD_FRAMES constant on linux 3.6 and greater. -* The `pygettext.py` Tool now uses the standard +NNNN format for timezones in +* The ``pygettext.py`` Tool now uses the standard +NNNN format for timezones in the POT-Creation-Date header. * The :mod:`smtplib` module now uses :data:`sys.stderr` instead of previous |