sverzakov

Results 3 issues of sverzakov

In the current version version v2.3.4 (and earlier) words "excpetion" and "charecter" are not detected as misspellings. ![image](https://user-images.githubusercontent.com/11227886/182431024-a09c155b-aaca-4fd0-8106-ad73a979e12c.png)

duplicate
allowCompoundWords

**Describe the bug** Edlib can be pip installed from PyPi for Python 3.10 on Windows, but the installation fails for Python 3.11 **To Reproduce** Make sure that MS Visual Studio...

bug

ipython.magic() was deprecated for long time and is removed in IPython 9, ipython.run_line_magic should be used instead. To minimize changes, trying magic() first and then retrying run_line_magic() on failure