Skip to content

Commit a2eea57

Browse files
committed
docs/library: Rename "array" module to "uarray".
1 parent 21a6093 commit a2eea57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/library/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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).
1313
Classes
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

0 commit comments

Comments
 (0)