ulab/__init__.rst: fix attribute name; uint8 -> uint16
This commit is contained in:
parent
1c45a261c4
commit
61bab8e62e
|
@ -126,7 +126,7 @@ Array type codes
|
|||
|
||||
Type code for unsigned integers in the range 0 .. 255 inclusive, like the 'H' typecode of `array.array`
|
||||
|
||||
.. attribute:: uint8
|
||||
.. attribute:: uint16
|
||||
|
||||
Type code for unsigned integers in the range 0 .. 65535 inclusive, like the 'h' typecode of `array.array`
|
||||
|
||||
|
|
Loading…
Reference in New Issue