From 3cccc6c071396580938094d5cfcce47706229444 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 18 Nov 2011 12:16:51 -0500 Subject: [PATCH] Minor doc fix. --- doc/source/array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/array.rst b/doc/source/array.rst index d7244424..8954f7a8 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. -- GitLab