From d4bbab278fc5021f5adbf4ae336e2754ca2037b3 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Mon, 22 Nov 2010 03:06:56 +0000 Subject: Issue #10138: Removed 'indefinitely' from the proleptic calendar description. --- Doc/library/calendar.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12