http://hg.python.org/peps/rev/1d2c0597e55c changeset: 4917:1d2c0597e55c user: Nick Coghlan <ncoghlan@gmail.com> date: Thu May 30 00:17:27 2013 +1000 summary: Markup fixes files: pep-0426.txt | 2 +- pep-0440.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0426.txt b/pep-0426.txt --- a/pep-0426.txt +++ b/pep-0426.txt @@ -1754,7 +1754,7 @@ Changes to environment markers ------------------------------ -There are three substantive changes to environment markers in this version:: +There are three substantive changes to environment markers in this version: * ``platform_release`` was added, as it provides more useful information than ``platform_version`` on at least Linux and Mac OS X (specifically, diff --git a/pep-0440.txt b/pep-0440.txt --- a/pep-0440.txt +++ b/pep-0440.txt @@ -854,7 +854,7 @@ Adding source labels -------------------- +-------------------- The new source label support is intended to make it clearer that the constraints on public version identifiers are there primarily to aid in -- Repository URL: http://hg.python.org/peps
participants (1)
-
nick.coghlan