rougier / numpy-100

100 numpy exercises (with solutions)
MIT License
12.17k stars 5.74k forks source link

Fixed a typo #196

Closed jeremy-feng closed 1 year ago

jeremy-feng commented 1 year ago
  1. ... matrices wich shape ... -> ... matrices with shape ...
rougier commented 1 year ago

Thanks. Actually, you only need to change source/exercises100.ktx and the other files will be updated.

rougier commented 1 year ago

Please make a PR for the typo only (and only kth file) and then you can open a new PR for the alternative solution.

jeremy-feng commented 1 year ago

Please make a PR for the typo only (and only kth file) and then you can open a new PR for the alternative solution.

Ok. Please consider merging this commit: https://github.com/rougier/numpy-100/commit/683f473a6f682f0994069c22c4251971d52ff690

rougier commented 1 year ago

Thanks.