[Python-checkins] peps: actually need two underscores...

benjamin.peterson python-checkins at python.org
Sun Aug 31 17:25:38 CEST 2014


http://hg.python.org/peps/rev/c7c4104a8925
changeset:   5535:c7c4104a8925
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Aug 31 11:25:32 2014 -0400
summary:
  actually need two underscores...

files:
  pep-0477.txt |  12 ++++++------
  1 files changed, 6 insertions(+), 6 deletions(-)


diff --git a/pep-0477.txt b/pep-0477.txt
--- a/pep-0477.txt
+++ b/pep-0477.txt
@@ -113,12 +113,12 @@
 References
 ==========
 
-.. [#six] `six.py <https://pypi.python.org/pypi/six>`_
-.. [#modernize] `modernize <https://pypi.python.org/pypi/modernize>`_
-.. [#future] `python-future <https://pypi.python.org/pypi/future>`_
-.. [#setuptools] `setuptools <https://pypi.python.org/pypi/setuptools>`_
-.. [#wheel] `Wheel <https://pypi.python.org/pypi/wheel>`_
-.. [#twine] `twine <https://pypi.python.org/pypi/twine>`_
+.. [#six] `six.py <https://pypi.python.org/pypi/six>`__
+.. [#modernize] `modernize <https://pypi.python.org/pypi/modernize>`__
+.. [#future] `python-future <https://pypi.python.org/pypi/future>`__
+.. [#setuptools] `setuptools <https://pypi.python.org/pypi/setuptools>`__
+.. [#wheel] `Wheel <https://pypi.python.org/pypi/wheel>`__
+.. [#twine] `twine <https://pypi.python.org/pypi/twine>`__
 
 
 Copyright

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


More information about the Python-checkins mailing list