summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/reference/c-api/data_memory.rst2
-rw-r--r--doc/source/user/absolute_beginners.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/reference/c-api/data_memory.rst b/doc/source/reference/c-api/data_memory.rst
index 8e2989403..c17f98a2c 100644
--- a/doc/source/reference/c-api/data_memory.rst
+++ b/doc/source/reference/c-api/data_memory.rst
@@ -1,3 +1,5 @@
+.. _data_memory:
+
Memory management in NumPy
==========================
diff --git a/doc/source/user/absolute_beginners.rst b/doc/source/user/absolute_beginners.rst
index a98ca3e40..ec4fe25a6 100644
--- a/doc/source/user/absolute_beginners.rst
+++ b/doc/source/user/absolute_beginners.rst
@@ -613,7 +613,7 @@ How to create an array from existing data
-----
-You can easily use create a new array from a section of an existing array.
+You can easily create a new array from a section of an existing array.
Let's say you have this array: