Skip to content

Commit 8b804f3

Browse files
committed
Fix doc build error
A newline is required here for the markup to be vaild. ``` .../ulab/index.rst:426:Explicit markup ends without a blank line; unexpected unindent. ```
1 parent 3592e54 commit 8b804f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/ulab_create.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(create_zeros_obj, 0, create_zeros);
642642
//| number of items to read. -1 means all data in the buffer
643643
//| .. param: offset
644644
//| start reading the buffer from this offset (in bytes); default: 0
645+
//|
645646
//| Interpret a buffer as a 1-dimensional array."""
646647
//| ...
647648
//|

0 commit comments

Comments
 (0)