bwignall/typochecker

Add ability to ignore all instances of false-positive typo in session

Closed this issue · 1 comments

Example: "arange" is a valid function name in NumPy, and it is used frequently; ignoring each instance is tedious and error-prone (genuine typos may get lost in the noise).

Idea: add !i as command to whitelist word for session.

Fixed in acef71c and 9fb4abf .