diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-11-22 03:06:56 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-11-22 03:06:56 (GMT) |
commit | d4bbab278fc5021f5adbf4ae336e2754ca2037b3 (patch) | |
tree | fb9ebb46fd216932ef81845df0760159e9550bc7 /Doc/library/calendar.rst | |
parent | 5cb823d353261b67497dc927845dbbd513d232fc (diff) | |
download | cpython-d4bbab278fc5021f5adbf4ae336e2754ca2037b3.zip cpython-d4bbab278fc5021f5adbf4ae336e2754ca2037b3.tar.gz cpython-d4bbab278fc5021f5adbf4ae336e2754ca2037b3.tar.bz2 |
Issue #10138: Removed 'indefinitely' from the proleptic calendar description.
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 4ebe616..2e03946 100644 --- a/Doc/library/calendar.rst +++ b/Doc/library/calendar.rst @@ -16,7 +16,7 @@ are given as integers. For related functionality, see also the :mod:`datetime` and :mod:`time` modules. Most of these functions and classes rely on the :mod:`datetime` module which -uses an idealized calendar, the current Gregorian calendar indefinitely extended +uses an idealized calendar, the current Gregorian calendar extended in both directions. This matches the definition of the "proleptic Gregorian" calendar in Dershowitz and Reingold's book "Calendrical Calculations", where it's the base calendar for all computations. |