[Python-checkins] peps: Fix mark-up errors I introduced by copy/pasting.

guido.van.rossum python-checkins at python.org
Fri Mar 14 17:43:14 CET 2014


http://hg.python.org/peps/rev/8053a66b0bab
changeset:   5407:8053a66b0bab
user:        Guido van Rossum <guido at dropbox.com>
date:        Fri Mar 14 09:43:12 2014 -0700
summary:
  Fix mark-up errors I introduced by copy/pasting.

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


diff --git a/pep-0465.txt b/pep-0465.txt
--- a/pep-0465.txt
+++ b/pep-0465.txt
@@ -733,7 +733,7 @@
 for fractional inputs.
 
 .. _`mathematical complications`:
-https://en.wikipedia.org/wiki/Square_root_of_a_matrix
+   https://en.wikipedia.org/wiki/Square_root_of_a_matrix
 
 
 Adoption
@@ -1039,7 +1039,7 @@
 
 .. [#preprocessor] From a comment by GvR on a G+ post by GvR; the
    comment itself does not seem to be directly linkable:
-https://plus.google.com/115212051037621986145/posts/hZVVtJ9bK3u
+   https://plus.google.com/115212051037621986145/posts/hZVVtJ9bK3u
 .. [#infix-hack] http://code.activestate.com/recipes/384122-infix-operators/
    http://www.sagemath.org/doc/reference/misc/sage/misc/decorators.html#sage.misc.decorators.infix_operator
 .. [#scipy-conf] http://conference.scipy.org/past.html
@@ -1058,7 +1058,7 @@
    http://sfb649.wiwi.hu-berlin.de/fedc_homepage/xplore/tutorials/xegbohtmlnode17.html
 
    Example code is adapted from
-https://github.com/rerpy/rerpy/blob/0d274f85e14c3b1625acb22aed1efa85d122ecb7/rerpy/incremental_ls.py#L202
+   https://github.com/rerpy/rerpy/blob/0d274f85e14c3b1625acb22aed1efa85d122ecb7/rerpy/incremental_ls.py#L202
 
 .. [#pycon-tutorials] Out of the 36 tutorials scheduled for PyCon 2014
    (https://us.pycon.org/2014/schedule/tutorials/), we guess that the
@@ -1144,7 +1144,7 @@
 .. [#broadcasting] http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html
 
 .. [#matmul-other-langs]
-http://mail.scipy.org/pipermail/scipy-user/2014-February/035499.html
+   http://mail.scipy.org/pipermail/scipy-user/2014-February/035499.html
 
 .. [#github-details] Counts were produced by manually entering the
    string ``"import foo"`` or ``"from foo import"`` (with quotes) into

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


More information about the Python-checkins mailing list