Skip to content

Commit a9bc6b7

Browse files
authored
Merge pull request #289 from jepler/fix-legacy-doc-build
Fix doc build error
2 parents 3592e54 + 8b804f3 commit a9bc6b7

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)