PEP 345: Resolve uses of the default role (#3374)

This commit is contained in:
Adam Turner 2023-09-01 20:19:13 +01:00 committed by GitHub
parent 0737e8b5cd
commit 0426040703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ These fields are "Requires-Python", "Requires-External", "Requires-Dist",
"Platform" field. Three new fields were also added: "Maintainer", "Platform" field. Three new fields were also added: "Maintainer",
"Maintainer-email" and "Project-URL". "Maintainer-email" and "Project-URL".
Last, this new version also adds `environment markers`. Last, this new version also adds ``environment markers``.
Fields Fields
====== ======
@ -137,7 +137,7 @@ parser.
Example:: Example::
Description: This project provides powerful math functions Description: This project provides powerful math functions
|For example, you can use `sum()` to sum numbers: |For example, you can use ``sum()`` to sum numbers:
| |
|Example:: |Example::
| |