From 52241e8fee27ed9f4c731fa84c7f09f94842a062 Mon Sep 17 00:00:00 2001
From: Lars Buitinck <larsmans@gmail.com>
Date: Sat, 8 Aug 2015 11:33:31 +0200
Subject: [PATCH] typo in buffer protocol docs

---
 docs/src/userguide/buffer.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/userguide/buffer.rst b/docs/src/userguide/buffer.rst
index 1d1551314..b0c22f3ab 100644
--- a/docs/src/userguide/buffer.rst
+++ b/docs/src/userguide/buffer.rst
@@ -93,7 +93,7 @@ It contains a pointer to the actual buffer in memory,
 as well as metadata about the shape of the array and the strides
 (step sizes to get from one element or row to the next).
 Its ``shape`` and ``strides`` members are pointers
-that must be point to arrays of ``Py_ssize_t[ndim]``.
+that must point to arrays of type and size ``Py_ssize_t[ndim]``.
 These arrays have to stay alive as long as any buffer views the data,
 so we store them on the ``Matrix`` object as members.
 
-- 
2.30.9