diff options
author | Ned Deily <nad@acm.org> | 2015-06-10 22:43:05 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-06-10 22:43:05 (GMT) |
commit | cec3f56fabc28160341deab8b2ddde4ed74ffcf6 (patch) | |
tree | 327f4ff73796b2f1a635f71fcb73b70e5d18f299 | |
parent | 553e156921909c22fbc6d3c244d45606a746fa80 (diff) | |
download | cpython-cec3f56fabc28160341deab8b2ddde4ed74ffcf6.zip cpython-cec3f56fabc28160341deab8b2ddde4ed74ffcf6.tar.gz cpython-cec3f56fabc28160341deab8b2ddde4ed74ffcf6.tar.bz2 |
Issue #24423: Fix formatting error in 3.5 whatsnew
-rw-r--r-- | Doc/whatsnew/3.5.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 2a3b7d0..6b9fd02 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1065,8 +1065,8 @@ Changes in the Python API in Python 3.5, all old `.pyo` files from previous versions of Python are invalid regardless of this PEP. - * The :mod:`socket` module now exports the CAN_RAW_FD_FRAMES constant on linux - 3.6 and greater. +* 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 POT-Creation-Date header. |