8000 PEP 1: Use plain text formatting and fix links by hugovk · Pull Request #2259 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 1: Use plain text formatting and fix links #2259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
PEP 1: Use plain text formatting not Python
  • Loading branch information
hugovk committed Jan 23, 2022
commit 0a28506e3dc95cab43036fdfe435dc87b59fb97c
4 changes: 3 additions & 1 deletion pep-0001.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,9 @@ PEP Header Preamble

Each PEP must begin with an :rfc:`2822` style header preamble. The headers
must appear in the following order. Headers marked with "*" are
optional and are described below. All other headers are required. ::
optional and are described below. All other headers are required.

.. code-block:: text

PEP: <pep number>
Title: <pep title>
Expand Down
0