[Python-checkins] peps: Fix up link

brett.cannon python-checkins at python.org
Thu Jun 9 17:42:37 EDT 2016


https://hg.python.org/peps/rev/47928cdc329b
changeset:   6362:47928cdc329b
user:        Brett Cannon <brett at python.org>
date:        Thu Jun 09 14:42:31 2016 -0700
summary:
  Fix up link

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


diff --git a/pep-0519.txt b/pep-0519.txt
--- a/pep-0519.txt
+++ b/pep-0519.txt
@@ -350,7 +350,7 @@
 #. Update ``builtins.open()``
    (`done <https://hg.python.org/lookup/254125a265d2>`__)
 #. Update ``os.path``
-   (http://bugs.python.org/issue27186)
+   (`bug <http://bugs.python.org/issue27186>`__)
 #. Add a `glossary <https://docs.python.org/3.6/glossary.html>`__ entry for "path-like"
    (`bug <http://bugs.python.org/issue27186>`__)
 #. Update `"What's New" <https://docs.python.org/3.6/whatsnew/3.6.html>`_

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


More information about the Python-checkins mailing list