summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2020-03-27 18:33:47 +0000
committerGitHub <noreply@github.com>2020-03-27 18:33:47 +0000
commit43ca3a5bd882dc69bca0fa777113e6821c9f44e0 (patch)
treed8a217e8c1eca5f9f8d747fc05b257455469a2cb
parent2582c681082e6c2c74d424e255afa8efefa4f899 (diff)
parent0797dc0a38087c3f03322fa7db14124e2ecb20a4 (diff)
downloadnumpy-43ca3a5bd882dc69bca0fa777113e6821c9f44e0.tar.gz
Merge pull request #15850 from gerlero/fix-typo
DOC: fix typo in C-API reference
-rw-r--r--doc/source/reference/c-api/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api/index.rst b/doc/source/reference/c-api/index.rst
index 56fe8e473..bb1ed154e 100644
--- a/doc/source/reference/c-api/index.rst
+++ b/doc/source/reference/c-api/index.rst
@@ -21,7 +21,7 @@ experience at first. Be assured that the task becomes easier with
practice, and you may be surprised at how simple the C-code can be to
understand. Even if you don't think you can write C-code from scratch,
it is much easier to understand and modify already-written source code
-then create it *de novo*.
+than create it *de novo*.
Python extensions are especially straightforward to understand because
they all have a very similar structure. Admittedly, NumPy is not a