docs/library: Rename "array" module to "uarray".

pull/1/head
Damien George 2019-10-22 16:40:58 +11:00
parent 21a60935a5
commit a2eea57b1d
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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