diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-26 11:43:28 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-26 11:43:28 (GMT) |
commit | c7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d (patch) | |
tree | 35c0d8e77d1c248de80b751339d293a5ff78ffe6 /Doc/library/calendar.rst | |
parent | 4931122de80c6e7f14162ecc9c37b650a4a01a4a (diff) | |
download | cpython-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.rst | 2 |
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. |