[Python-checkins] peps: Remove extra colon.

zach.ware python-checkins at python.org
Fri May 13 00:08:46 EDT 2016


https://hg.python.org/peps/rev/2c7354b81ad2
changeset:   6324:2c7354b81ad2
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu May 12 23:08:08 2016 -0500
summary:
  Remove extra colon.

The following list is not a literal block.

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


diff --git a/pep-0461.txt b/pep-0461.txt
--- a/pep-0461.txt
+++ b/pep-0461.txt
@@ -93,7 +93,7 @@
     b'a'
 
 ``%b`` will insert a series of bytes.  These bytes are collected in one of two
-ways::
+ways:
 
 - input type supports ``Py_buffer`` [4]_?
   use it to collect the necessary bytes

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


More information about the Python-checkins mailing list