summaryrefslogtreecommitdiff
path: root/doc/source/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/glossary.rst')
-rw-r--r--doc/source/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst
index 17071c8f1..57e3bcf92 100644
--- a/doc/source/glossary.rst
+++ b/doc/source/glossary.rst
@@ -502,7 +502,7 @@ Glossary
Some NumPy routines always return views, some always return copies, some
may return one or the other, and for some the choice can be specified.
- Responsiblity for managing views and copies falls to the programmer.
+ Responsibility for managing views and copies falls to the programmer.
:func:`numpy.shares_memory` will check whether ``b`` is a view of
``a``, but an exact answer isn't always feasible, as the documentation
page explains.