python-vlc
python-vlc copied to clipboard
Fix escape sequences in docstrings
Since Python 3.12 invalid escape sequences emit SyntaxWarning lines.
https://docs.python.org/3/whatsnew/3.12.html#other-language-changes
This PR fixes all escape sequences in the codebase.
Full explanation: https://stackoverflow.com/a/77531416/1762343