docs/library: Rename "array" module to "uarray".
This commit is contained in:
parent
21a60935a5
commit
a2eea57b1d
|
@ -74,12 +74,12 @@ it will fallback to loading the built-in ``ujson`` module.
|
|||
:maxdepth: 1
|
||||
|
||||
builtins.rst
|
||||
array.rst
|
||||
bluetooth.rst
|
||||
cmath.rst
|
||||
gc.rst
|
||||
math.rst
|
||||
sys.rst
|
||||
uarray.rst
|
||||
ubinascii.rst
|
||||
ucollections.rst
|
||||
uerrno.rst
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
:mod:`array` -- arrays of numeric data
|
||||
======================================
|
||||
:mod:`uarray` -- arrays of numeric data
|
||||
=======================================
|
||||
|
||||
.. module:: array
|
||||
.. module:: uarray
|
||||
:synopsis: efficient arrays of numeric data
|
||||
|
||||
|see_cpython_module| :mod:`python:array`.
|
||||
|
@ -13,7 +13,7 @@ floating-point support).
|
|||
Classes
|
||||
-------
|
||||
|
||||
.. class:: array.array(typecode, [iterable])
|
||||
.. class:: array(typecode, [iterable])
|
||||
|
||||
Create array with elements of given type. Initial contents of the
|
||||
array are given by *iterable*. If it is not provided, an empty
|
Loading…
Reference in New Issue