[Python-checkins] peps: Fix a reference error

brett.cannon python-checkins at python.org
Sat Mar 5 15:36:31 EST 2016


https://hg.python.org/peps/rev/7ae55fe25433
changeset:   6250:7ae55fe25433
user:        Brett Cannon <brett at python.org>
date:        Sat Mar 05 12:31:20 2016 -0800
summary:
  Fix a reference error

files:
  pep-0516.txt |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/pep-0516.txt b/pep-0516.txt
--- a/pep-0516.txt
+++ b/pep-0516.txt
@@ -86,7 +86,7 @@
     schema version.
 
 bootstrap_requires
-    Optional list of dependency specifications [#dependencyspec] that must be
+    Optional list of dependency specifications [#pep508] that must be
     installed before running the build tool. For instance, if using flit, then
     the requirements might be::
 
@@ -153,7 +153,7 @@
 build_requires
     Query build requirements. Build requirements are returned as a UTF-8
     encoded JSON document with one key ``build_requires`` consisting of a list
-    of dependency specifications [#dependencyspec]_. Additional keys must be
+    of dependency specifications [#pep508]_. Additional keys must be
     ignored. The build_requires command is the only command run without
     setting up a build environment.
 
@@ -468,6 +468,7 @@
 .. [#pep508] Dependency specification language PEP.
    (https://www.python.org/dev/peps/pep-0508/)
 
+
 Copyright
 =========
 

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


More information about the Python-checkins mailing list