File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ it will fallback to loading the built-in ``ujson`` module.
7474 :maxdepth: 1
7575
7676 builtins.rst
77- array.rst
7877 bluetooth.rst
7978 cmath.rst
8079 gc.rst
8180 math.rst
8281 sys.rst
82+ uarray.rst
8383 ubinascii.rst
8484 ucollections.rst
8585 uerrno.rst
Original file line number Diff line number Diff line change 1- :mod: `array ` -- arrays of numeric data
2- ======================================
1+ :mod: `uarray ` -- arrays of numeric data
2+ =======================================
33
4- .. module :: array
4+ .. module :: uarray
55 :synopsis: efficient arrays of numeric data
66
77|see_cpython_module | :mod: `python:array `.
@@ -13,7 +13,7 @@ floating-point support).
1313Classes
1414-------
1515
16- .. class :: array.array (typecode, [iterable])
16+ .. class :: array(typecode, [iterable])
1717
1818 Create array with elements of given type. Initial contents of the
1919 array are given by *iterable *. If it is not provided, an empty
You can’t perform that action at this time.
0 commit comments