Skip to content

Commit 800bbe4

Browse files
committed
sphinx formatting fix
1 parent 91424cb commit 800bbe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/tutorial/strings.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ of byte containers, e.g. :obj:`bytearray` objects or memory views.
188188
Depending on how (and where) the data is being processed, it may be a
189189
good idea to instead receive a 1-dimensional memory view, e.g.
190190

191+
::
192+
191193
def process_byte_data(unsigned char[:] data):
192194
length = data.shape[0]
193195
first_byte = data[0]

0 commit comments

Comments
 (0)