PEP 566: Address RFC feedback, typos (#495)
This commit is contained in:
parent
99d92e2813
commit
316d95b11a
|
@ -87,6 +87,8 @@ Version Specifiers
|
|||
Version numbering requirements and the semantics for specifying comparisons
|
||||
between versions are defined in PEP 440.
|
||||
|
||||
Usage of version specifiers is otherwise unchanged from PEP 345.
|
||||
|
||||
Environment markers
|
||||
===================
|
||||
|
||||
|
@ -97,6 +99,8 @@ environment.
|
|||
The environment marker format used to declare such a condition is defined in
|
||||
the environment markers section of PEP 508.
|
||||
|
||||
Usage of environment markers is otherwise unchanged from PEP 345.
|
||||
|
||||
JSON-compatible Metadata
|
||||
========================
|
||||
|
||||
|
@ -148,7 +152,7 @@ This document has been placed in the public domain.
|
|||
Acknowledgements
|
||||
================
|
||||
|
||||
Thanks to Nick Colgan for contributing to this PEP.
|
||||
Thanks to Nick Coghlan for contributing to this PEP.
|
||||
|
||||
|
||||
..
|
||||
|
|
Loading…
Reference in New Issue