Skip to content

Commit a9728b4

Browse files
committed
Fix doc link
1 parent 16f4b2c commit a9728b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/doc/using_type_annotations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ implementations:
3838
* ``bool`` (:ref:`native operations <bool-ops>`)
3939
* ``str`` (:ref:`native operations <str-ops>`)
4040
* ``bytes`` (:ref:`native operations <bytes-ops>`)
41-
* ``bytearray`` (:ref:`native operations <bytes-ops>`)
41+
* ``bytearray`` (:ref:`native operations <bytearray-ops>`)
4242
* ``list[T]`` (:ref:`native operations <list-ops>`)
4343
* ``dict[K, V]`` (:ref:`native operations <dict-ops>`)
4444
* ``set[T]`` (:ref:`native operations <set-ops>`)

0 commit comments

Comments
 (0)