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

pull/5248/head
Damien George 2019-10-22 16:40:58 +11:00
rodzic 21a60935a5
commit a2eea57b1d
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

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

Wyświetl plik

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