commit | 6d3ad2f64d496a35833ebbe80a471183181bed4f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu May 26 22:51:32 2016 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Thu May 26 22:51:32 2016 -0700 |
tree | 6778b65ffd2aa1f584019ca667d48ed74f0b33ec | |
parent | 33bc4a29832ba2c709847ffe8fb0c7a482733f0c [diff] |
"Numeric Python" -> "NumPy"
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 @@ 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 <http://www.numpy.org/>`_ is the best known.