rougier / from-python-to-numpy

An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017
http://www.labri.fr/perso/nrougier/from-python-to-numpy
Other
2.03k stars 339 forks source link

Add missing parentheses to print statement #86

Closed eitanlees closed 4 years ago

eitanlees commented 4 years ago

I am slowly reading through the text and trying out code examples.

I found this line was missing a parenthesis.

rougier commented 4 years ago

Thanks !