Skip to content

Commit 61bab8e

Browse files
committed
ulab/__init__.rst: fix attribute name; uint8 -> uint16
1 parent 1c45a26 commit 61bab8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/ulab/__init__.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Array type codes
126126

127127
Type code for unsigned integers in the range 0 .. 255 inclusive, like the 'H' typecode of `array.array`
128128

129-
.. attribute:: uint8
129+
.. attribute:: uint16
130130

131131
Type code for unsigned integers in the range 0 .. 65535 inclusive, like the 'h' typecode of `array.array`
132132

0 commit comments

Comments
 (0)