summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiannis Zapantis <59338244+tech-gian@users.noreply.github.com>2021-04-03 10:52:34 +0300
committerGitHub <noreply@github.com>2021-04-03 10:52:34 +0300
commit23117049e4129066a85321555363c92da72f9155 (patch)
tree81ad0a5e53c803fce307618daf225fec220452ba
parent8b3c0038f781863a8ed4cf5e41ec0b6dab9eb968 (diff)
downloadnumpy-23117049e4129066a85321555363c92da72f9155.tar.gz
DOC: typo fix
-rw-r--r--doc/source/user/basics.types.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/basics.types.rst b/doc/source/user/basics.types.rst
index 2f49f052c..a2f78398d 100644
--- a/doc/source/user/basics.types.rst
+++ b/doc/source/user/basics.types.rst
@@ -104,7 +104,7 @@ In the site above, are listed some types of the table above such as `byte`,
of these are written too.
'float' and 'complex' aliases are listed, as well. The functionality
-for each of these types are descripted in the table above, as long as
+for each of these types is descripted in the table above, as well as
examples with similarities with ``C types``.