We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f4b2c commit a9728b4Copy full SHA for a9728b4
1 file changed
mypyc/doc/using_type_annotations.rst
@@ -38,7 +38,7 @@ implementations:
38
* ``bool`` (:ref:`native operations <bool-ops>`)
39
* ``str`` (:ref:`native operations <str-ops>`)
40
* ``bytes`` (:ref:`native operations <bytes-ops>`)
41
-* ``bytearray`` (:ref:`native operations <bytes-ops>`)
+* ``bytearray`` (:ref:`native operations <bytearray-ops>`)
42
* ``list[T]`` (:ref:`native operations <list-ops>`)
43
* ``dict[K, V]`` (:ref:`native operations <dict-ops>`)
44
* ``set[T]`` (:ref:`native operations <set-ops>`)
0 commit comments