merge 3.5

This commit is contained in:
Benjamin Peterson 2016-05-26 22:51:44 -07:00
commit 3f69f02792

View file

@ -1201,7 +1201,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
<http://www.numpy.org/>`_ is the best known.