[Python-checkins] peps: Fix syntax error

brett.cannon python-checkins at python.org
Tue Apr 14 18:24:03 CEST 2015


https://hg.python.org/peps/rev/09228a7fe574
changeset:   5754:09228a7fe574
user:        Brett Cannon <brett at python.org>
date:        Tue Apr 14 12:23:59 2015 -0400
summary:
  Fix syntax error

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


diff --git a/pep-0474.txt b/pep-0474.txt
--- a/pep-0474.txt
+++ b/pep-0474.txt
@@ -142,7 +142,8 @@
 
 Even with its current workflow, CPython itself remains one of the largest
 open source projects in the world (in the
-`top 2% <https://www.openhub.net/p/python/factoids#FactoidTeamSizeVeryLarge>`
+`top 2%
+<https://www.openhub.net/p/python/factoids#FactoidTeamSizeVeryLarge>`__
 of projects tracked on OpenHub). Unfortunately, we have been significantly
 less effective at encouraging contributions to the projects that make up
 CPython's workflow infrastructure, including ensuring that our installations

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


More information about the Python-checkins mailing list