Issue #10138: Removed 'indefinitely' from the proleptic calendar description.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 22 Nov 2010 03:06:56 +0000 (03:06 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 22 Nov 2010 03:06:56 +0000 (03:06 +0000)
Doc/library/calendar.rst

index 4ebe616ade3bce28b5ee6509e6287227bab4e02b..2e03946fd99242327b0b1a8495bd9a33ab2be374 100644 (file)
@@ -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.