summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/library/index.rst2
-rw-r--r--docs/library/uarray.rst (renamed from docs/library/array.rst)8
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst
index dc89766e2..223304881 100644
--- a/docs/library/index.rst
+++ b/docs/library/index.rst
@@ -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
diff --git a/docs/library/array.rst b/docs/library/uarray.rst
index f837b0343..9fa82ff31 100644
--- a/docs/library/array.rst
+++ b/docs/library/uarray.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