possee-org / genai-numpy

MIT License
4 stars 6 forks source link

BUG: Escape sequences now properly processed. #101

Closed bmwoodruff closed 1 week ago

bmwoodruff commented 1 week ago

Add a replace('\\','\\\\') right before regex processing to preserve correct number of backslashes in the original docstring.

I also trimmed trailing white spaces, and added a few more comments to main. Eventually I hope to delete main, make this a module, and something simple to import.