Commit 800bbe49 authored by Stefan Behnel's avatar Stefan Behnel

sphinx formatting fix

parent 91424cb0
...@@ -188,6 +188,8 @@ of byte containers, e.g. :obj:`bytearray` objects or memory views. ...@@ -188,6 +188,8 @@ of byte containers, e.g. :obj:`bytearray` objects or memory views.
Depending on how (and where) the data is being processed, it may be a Depending on how (and where) the data is being processed, it may be a
good idea to instead receive a 1-dimensional memory view, e.g. good idea to instead receive a 1-dimensional memory view, e.g.
::
def process_byte_data(unsigned char[:] data): def process_byte_data(unsigned char[:] data):
length = data.shape[0] length = data.shape[0]
first_byte = data[0] first_byte = data[0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment