From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13F2B158011 for ; Thu, 14 Jul 2022 10:16:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0709FE0CF9; Thu, 14 Jul 2022 10:16:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0D27E0CFD for ; Thu, 14 Jul 2022 10:16:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8CA733BF43 for ; Thu, 14 Jul 2022 10:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A5FE53A for ; Thu, 14 Jul 2022 10:16:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1657301731.4e6022e1056b730373d1b3787d057edd7247b1d0.mgorny@gentoo> Subject: [gentoo-commits] data/glep:glep-0078-update commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0001.rst X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4e6022e1056b730373d1b3787d057edd7247b1d0 X-VCS-Branch: glep-0078-update Date: Thu, 14 Jul 2022 10:16:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3fd77490-8f9c-4f38-bc77-637bc857c817 X-Archives-Hash: d13cdba371d502b64b39a710bb28fc05 commit: 4e6022e1056b730373d1b3787d057edd7247b1d0 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jul 8 17:35:31 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 8 17:35:31 2022 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=4e6022e1 glep-0001: Use uppercase for footnote and its reference Signed-off-by: Ulrich Müller gentoo.org> glep-0001.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glep-0001.rst b/glep-0001.rst index 020fac3..5b33558 100644 --- a/glep-0001.rst +++ b/glep-0001.rst @@ -8,7 +8,7 @@ Type: Informational Status: Active Version: 4 Created: 2003-05-31 -Last-Modified: 2022-06-06 +Last-Modified: 2022-07-08 Post-History: 2003-06-01, 2003-07-02, 2008-01-19, 2008-06-05, 2011-03-09, 2013-12-14, 2017-09-17, 2018-07-10, 2019-11-24 Content-Type: text/x-rst @@ -18,7 +18,7 @@ Credits ======= The GLEP concept, and, in fact, much of the text of this document, -is liberally stolen from Python's [#Python]_ PEPs [#PEPS]_, especially +is liberally stolen from Python's [#PYTHON]_ PEPs [#PEPS]_, especially PEP-0001 [#PEP1]_ by Barry A. Warsaw, Jeremy Hylton, and David Goodger. What is a GLEP?