Skip to content

Commit 2f1d9e8

Browse files
authoredJan 30, 2025
PEP 3141: Fix Sphinx unreferenced footnote warning (#4241)
1 parent a5a3caf commit 2f1d9e8

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed
 

‎peps/pep-3141.rst

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
PEP: 3141
22
Title: A Type Hierarchy for Numbers
3-
Version: $Revision$
4-
Last-Modified: $Date$
53
Author: Jeffrey Yasskin <jyasskin@google.com>
64
Status: Final
75
Type: Standards Track
8-
Content-Type: text/x-rst
96
Created: 23-Apr-2007
107
Python-Version: 3.0
118
Post-History: 25-Apr-2007, 16-May-2007, 02-Aug-2007
@@ -519,8 +516,8 @@ tower.
519516
References
520517
==========
521518

522-
.. [#classtree] Possible Python 3K Class Tree?, wiki page by Bill Janssen
523-
(http://wiki.python.org/moin/AbstractBaseClasses)
519+
* Possible Python 3K Class Tree?, wiki page by Bill Janssen
520+
(https://wiki.python.org/moin/AbstractBaseClasses)
524521

525522
.. [#numericprelude] NumericPrelude: An experimental alternative hierarchy
526523
of numeric type classes
@@ -544,14 +541,3 @@ Copyright
544541
=========
545542

546543
This document has been placed in the public domain.
547-
548-
549-
550-
..
551-
Local Variables:
552-
mode: indented-text
553-
indent-tabs-mode: nil
554-
sentence-end-double-space: t
555-
fill-column: 70
556-
coding: utf-8
557-
End:

0 commit comments

Comments
 (0)