[Python-checkins] peps: Fix errors/warnings on PEP 517

donald.stufft python-checkins at python.org
Thu Feb 18 10:45:44 EST 2016


https://hg.python.org/peps/rev/b5824266af5a
changeset:   6241:b5824266af5a
user:        Donald Stufft <donald at stufft.io>
date:        Thu Feb 18 07:02:27 2016 -0500
summary:
  Fix errors/warnings on PEP 517

files:
  pep-0517.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0517.txt b/pep-0517.txt
--- a/pep-0517.txt
+++ b/pep-0517.txt
@@ -323,7 +323,7 @@
 - All command-line scripts provided by the build-required packages
   must be present in the build environment's PATH. For example, if a
   project declares a build-requirement on `flit
-  <https://flit.readthedocs.org/en/latest/>`_, then the following must
+  <https://flit.readthedocs.org/en/latest/>`__, then the following must
   work as a mechanism for running the flit command-line tool::
 
     import subprocess
@@ -638,7 +638,7 @@
 
 
 Other differences
------------------
+=================
 
 Besides the key command line versus Python hook difference described
 above, there are a few other differences in this proposal:

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list