summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-22 03:06:56 +0000
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-22 03:06:56 +0000
commitd4bbab278fc5021f5adbf4ae336e2754ca2037b3 (patch)
treefb9ebb46fd216932ef81845df0760159e9550bc7 /Doc
parent5cb823d353261b67497dc927845dbbd513d232fc (diff)
downloadcpython-git-d4bbab278fc5021f5adbf4ae336e2754ca2037b3.tar.gz
Issue #10138: Removed 'indefinitely' from the proleptic calendar description.
Diffstat (limited to 'Doc')
-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 4ebe616ade..2e03946fd9 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.