summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-04-10 11:33:30 -0700
committerGitHub <noreply@github.com>2020-04-10 11:33:30 -0700
commit2e29cbf598dc6f6a542c6af2035f44e9213ebf07 (patch)
treeea34966ac28391d48f1ae36cc800e30de253605b /shared-bindings
parentb3b8b5ca71dc58415083180d04b407185514c216 (diff)
parent1d64c51b7e84a72f443e6bc43cdd0d2e7520247b (diff)
Merge pull request #2757 from sommersoft/sphinx3_fix
RFC: Use Sphinx 3 To Build Docs
Diffstat (limited to 'shared-bindings')
-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`