diff --git a/doc/source/array.rst b/doc/source/array.rst
index d72444240c53d006114010a9758311cca2ee925e..8954f7a812da24257887d68efbef85a68fa3a20a 100644
--- a/doc/source/array.rst
+++ b/doc/source/array.rst
@@ -98,7 +98,7 @@ The :class:`Array` Class
 
         Returns flattened array containing the same data.
 
-    .. metod :: view(dtype=None)
+    .. method :: view(dtype=None)
 
         Returns view of array with the same data. If *dtype* is different from
         current dtype, the actual bytes of memory will be reinterpreted.