PEP 345: Resolve uses of the default role (#3374)
This commit is contained in:
parent
0737e8b5cd
commit
0426040703
|
@ -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::
|
||||||
|
|
|
|
||||||
|
|
Loading…
Reference in New Issue