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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 809D5158094 for ; Fri, 8 Jul 2022 17:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92E39E0E3C; Fri, 8 Jul 2022 17:36:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6652BE088C for ; Fri, 8 Jul 2022 17:36:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B443335DAE for ; Fri, 8 Jul 2022 17:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C132951F for ; Fri, 8 Jul 2022 17:36:44 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1657301731.4e6022e1056b730373d1b3787d057edd7247b1d0.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0001.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4e6022e1056b730373d1b3787d057edd7247b1d0 X-VCS-Branch: master Date: Fri, 8 Jul 2022 17:36:44 +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: 1de40389-90c8-4a81-aeb6-b6a7e2958e0f X-Archives-Hash: 53eb65fb0e82011a2df04d9be9ba65fc commit: 4e6022e1056b730373d1b3787d057edd7247b1d0 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jul 8 17:35:31 2022 +0000 Commit: Ulrich Müller 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?