From 6d3ad2f64d496a35833ebbe80a471183181bed4f Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 26 May 2016 22:51:32 -0700 Subject: "Numeric Python" -> "NumPy" --- Doc/faq/programming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index 461a65b..cfda37e 100644 --- a/Doc/faq/programming.rst +++ b/Doc/faq/programming.rst @@ -1200,7 +1200,7 @@ use a list comprehension:: w, h = 2, 3 A = [[None] * w for i in range(h)] -Or, you can use an extension that provides a matrix datatype; `Numeric Python +Or, you can use an extension that provides a matrix datatype; `NumPy `_ is the best known. -- cgit v0.12