dgunning / edgartools

Navigate SEC Edgar data in Python
MIT License
516 stars 101 forks source link

Minor refactor of regex patterns to use raw strings #134

Closed webbsledge closed 3 weeks ago

webbsledge commented 3 weeks ago

Updated regex patterns in documents.py, funds.py, and htmltools.py to use raw strings with an 'r' prefix to prevent escape sequence issues.