ulab/__init__.rst: fix attribute name; uint8 -> uint16

This commit is contained in:
sommersoft 2020-04-09 08:45:26 -05:00
parent 1c45a261c4
commit 61bab8e62e
1 changed files with 1 additions and 1 deletions

View File

@ -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`