summaryrefslogtreecommitdiffstats
path: root/Doc/library/calendar.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-26 11:43:28 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-26 11:43:28 (GMT)
commitc7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d (patch)
tree35c0d8e77d1c248de80b751339d293a5ff78ffe6 /Doc/library/calendar.rst
parent4931122de80c6e7f14162ecc9c37b650a4a01a4a (diff)
downloadcpython-c7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d.zip
cpython-c7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d.tar.gz
cpython-c7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d.tar.bz2
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
in the documentation.
Diffstat (limited to 'Doc/library/calendar.rst')
-rw-r--r--Doc/library/calendar.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst
index df76e33..41e9e28 100644
--- a/Doc/library/calendar.rst
+++ b/Doc/library/calendar.rst
@@ -47,7 +47,7 @@ it's the base calendar for all computations.
.. method:: itermonthdates(year, month)
- Return an iterator for the month *month* (1-12) in the year *year*. This
+ Return an iterator for the month *month* (1--12) in the year *year*. This
iterator will return all days (as :class:`datetime.date` objects) for the
month and all days before the start of the month or after the end of the
month that are required to get a complete week.