summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.1.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-26 11:49:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-26 11:49:59 (GMT)
commit0264e46caa854803a5318d75ae7893e9174f3f70 (patch)
treed10de752a926c4d1ba8d8ff3e7fe7062854af202 /Doc/whatsnew/2.1.rst
parent861b6859418e2cf747475f83471075c18baf74bd (diff)
parentc7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d (diff)
downloadcpython-0264e46caa854803a5318d75ae7893e9174f3f70.zip
cpython-0264e46caa854803a5318d75ae7893e9174f3f70.tar.gz
cpython-0264e46caa854803a5318d75ae7893e9174f3f70.tar.bz2
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
in the documentation.
Diffstat (limited to 'Doc/whatsnew/2.1.rst')
-rw-r--r--Doc/whatsnew/2.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.1.rst b/Doc/whatsnew/2.1.rst
index d97ab67..380edec 100644
--- a/Doc/whatsnew/2.1.rst
+++ b/Doc/whatsnew/2.1.rst
@@ -731,7 +731,7 @@ of the more notable changes are:
...
For a fuller discussion of the line I/O changes, see the python-dev summary for
- January 1-15, 2001 at https://mail.python.org/pipermail/python-dev/2001-January/.
+ January 1--15, 2001 at https://mail.python.org/pipermail/python-dev/2001-January/.
* A new method, :meth:`popitem`, was added to dictionaries to enable
destructively iterating through the contents of a dictionary; this can be faster