Commit 3f69f027 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.5

parents 48df37db 6d3ad2f6
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment