rougier / numpy-100

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

Typo: 86. ... matrices wich shape ... -> ... matrices with shape ... #195

Closed jeremy-feng closed 1 year ago

jeremy-feng commented 1 year ago

There may be a typo in question 86:

Consider a set of p matrices wich shape (n,n) and a set of p vectors with shape (n,1).

I think 'wich' should be 'with'.

rougier commented 1 year ago

Thanks, you're right. Can you make a PR (in the .ktx files)?

jeremy-feng commented 1 year ago

Thanks, you're right. Can you make a PR (in the .ktx files)?

Sure. I have fixed it and rerun generators.py. Please review the PR.