summaryrefslogtreecommitdiff
path: root/shared-bindings/ulab
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2020-04-09 08:45:26 -0500
committersommersoft <sommersoft@gmail.com>2020-04-09 08:45:26 -0500
commit61bab8e62e4cd4f0585bc387cde2943d6c4c8033 (patch)
treea3720c244b289023324458432a73b427ac3fa2eb /shared-bindings/ulab
parent1c45a261c4ec26ea2d6a286e9ac54371980e0e41 (diff)
ulab/__init__.rst: fix attribute name; uint8 -> uint16
Diffstat (limited to 'shared-bindings/ulab')
-rw-r--r--shared-bindings/ulab/__init__.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/ulab/__init__.rst b/shared-bindings/ulab/__init__.rst
index 1379e56f3..d8c10dcc8 100644
--- a/shared-bindings/ulab/__init__.rst
+++ b/shared-bindings/ulab/__init__.rst
@@ -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`