PEP 566: Address RFC feedback, typos (#495)

This commit is contained in:
Dustin Ingram 2017-12-06 12:48:24 -06:00 committed by Brett Cannon
parent 99d92e2813
commit 316d95b11a
1 changed files with 5 additions and 1 deletions

View File

@ -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.
..