In the lecture both NumPy and Numpy (lowercase or uppercase 'p') are used: ``` $ find . -name "*.rst" -exec grep Numpy -ow {} \; | wc -l 108 $ find . -name "*.rst" -exec grep NumPy -ow {} \; | wc -l 35 ``` It would be better to choose one and be consistent.