axiacore / py-expression-eval

MIT License
149 stars 54 forks source link

Removed unprintable character (0xC2) #65

Closed herrfrei closed 3 years ago

herrfrei commented 3 years ago

During installation I got an error regarding a character in README.md (UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 6031: ordinal not in range(128)). It's on line 152: expr.simplify({'y': 4}).variables() # ['x'] I can see the character in a hexadecimal view, but not in the diff view here. I removed it, now it installs fine.

cansadadeserfeliz commented 3 years ago

Thank you!