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.05k stars 340 forks source link

Grammar corrections in Section 4.1 #34

Closed vijaykartik closed 7 years ago

vijaykartik commented 7 years ago

Section 4.1 Introduction

  1. In the second sentence: The phrase

"Of course it does not mean it is easy nor straightforward, but at least it does not necessitate to totally rethink your problem..."

would be replaced by

"Of course it does not mean it is easy or straightforward, but at least it does not necessitate totally rethinking your problem..."

  1. In the fourth sentence: "most simple" should be "simplest". My personal preference here would be to replace "the simplest example" by "a simple example", but then it is no longer a suggested correction!
rougier commented 7 years ago

Thanks, I've corrected.