Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b512f7

Browse files
committed
Group seealsos
1 parent 60bcc54 commit 4b512f7

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

Doc/library/calendar.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ in both directions. This matches the definition of the "proleptic Gregorian"
2121
calendar in Dershowitz and Reingold's book "Calendrical Calculations", where
2222
it's the base calendar for all computations.
2323

24-
.. seealso::
25-
26-
Latest version of the :source:`calendar module Python source code
27-
<Lib/calendar.py>`
2824

2925
.. class:: Calendar(firstweekday=0)
3026

@@ -314,3 +310,5 @@ The :mod:`calendar` module exports the following data attributes:
314310
Module :mod:`time`
315311
Low-level time related functions.
316312

313+
Latest version of the :source:`calendar module Python source code
314+
<Lib/calendar.py>`

Doc/library/fnmatch.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ module. See module :mod:`glob` for pathname expansion (:mod:`glob` uses
3333
a period are not special for this module, and are matched by the ``*`` and ``?``
3434
patterns.
3535

36-
.. seealso::
37-
38-
Latest version of the :source:`fnmatch Python source code
39-
<Lib/fnmatch.py>`
4036

4137
.. function:: fnmatch(filename, pattern)
4238

@@ -93,3 +89,5 @@ patterns.
9389
Module :mod:`glob`
9490
Unix shell-style path expansion.
9591

92+
Latest version of the :source:`fnmatch Python source code
93+
<Lib/fnmatch.py>`

0 commit comments

Comments
 (0)