diff options
| author | sommersoft <sommersoft@gmail.com> | 2020-04-09 08:45:26 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2020-04-09 08:45:26 -0500 |
| commit | 61bab8e62e4cd4f0585bc387cde2943d6c4c8033 (patch) | |
| tree | a3720c244b289023324458432a73b427ac3fa2eb /shared-bindings/ulab | |
| parent | 1c45a261c4ec26ea2d6a286e9ac54371980e0e41 (diff) | |
ulab/__init__.rst: fix attribute name; uint8 -> uint16
Diffstat (limited to 'shared-bindings/ulab')
| -rw-r--r-- | shared-bindings/ulab/__init__.rst | 2 |
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` |
