Remove extra colon.
The following list is not a literal block.
This commit is contained in:
parent
51ae3fefc6
commit
08c7fae8e3
|
@ -93,7 +93,7 @@ Examples::
|
||||||
b'a'
|
b'a'
|
||||||
|
|
||||||
``%b`` will insert a series of bytes. These bytes are collected in one of two
|
``%b`` will insert a series of bytes. These bytes are collected in one of two
|
||||||
ways::
|
ways:
|
||||||
|
|
||||||
- input type supports ``Py_buffer`` [4]_?
|
- input type supports ``Py_buffer`` [4]_?
|
||||||
use it to collect the necessary bytes
|
use it to collect the necessary bytes
|
||||||
|
|
Loading…
Reference in New Issue