[Python-checkins] peps: Fix an indentation problem

brett.cannon python-checkins at python.org
Wed Jun 15 15:13:11 EDT 2016


https://hg.python.org/peps/rev/06493d03607d
changeset:   6379:06493d03607d
user:        Brett Cannon <brett at python.org>
date:        Wed Jun 15 12:13:03 2016 -0700
summary:
  Fix an indentation problem

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


diff --git a/pep-0519.txt b/pep-0519.txt
--- a/pep-0519.txt
+++ b/pep-0519.txt
@@ -326,10 +326,10 @@
    (`done <https://hg.python.org/lookup/a5a013ca5687>`__)
 #. Add ``os.PathLike``
    (`code <https://hg.python.org/lookup/e672cf63d08a>`__ and
-    `docs <http://hg.python.org/lookup/6239673d5e1d>`__ done)
+   `docs <http://hg.python.org/lookup/6239673d5e1d>`__ done)
 #. Add ``PyOS_FSPath()``
    (`code <https://hg.python.org/lookup/780cbe18082e>`__ and
-    `docs <http://hg.python.org/lookup/cec1f00c538d>`__ done)
+   `docs <http://hg.python.org/lookup/cec1f00c538d>`__ done)
 #. Add ``os.fspath()``
    (`done <done <https://hg.python.org/lookup/780cbe18082e>`__)
 #. Update ``os.fsencode()``

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


More information about the Python-checkins mailing list