diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-07 19:01:48 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-07 19:01:48 (GMT) |
commit | 4b512f73e0fe55d21a36da5658e424528ec0b2d4 (patch) | |
tree | f8ee53f01971f8c6b39aa633a030711913c26c95 /Doc/library/calendar.rst | |
parent | 60bcc54d2ed88861fb1232472bdeeff6460cb554 (diff) | |
download | cpython-4b512f73e0fe55d21a36da5658e424528ec0b2d4.zip cpython-4b512f73e0fe55d21a36da5658e424528ec0b2d4.tar.gz cpython-4b512f73e0fe55d21a36da5658e424528ec0b2d4.tar.bz2 |
Group seealsos
Diffstat (limited to 'Doc/library/calendar.rst')
-rw-r--r-- | Doc/library/calendar.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst index 2e03946..ac6b294 100644 --- a/Doc/library/calendar.rst +++ b/Doc/library/calendar.rst @@ -21,10 +21,6 @@ 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. -.. seealso:: - - Latest version of the :source:`calendar module Python source code - <Lib/calendar.py>` .. class:: Calendar(firstweekday=0) @@ -314,3 +310,5 @@ The :mod:`calendar` module exports the following data attributes: Module :mod:`time` Low-level time related functions. + Latest version of the :source:`calendar module Python source code + <Lib/calendar.py>` |