Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid escape sequence in math docstring #138

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

fgrbr
Copy link

@fgrbr fgrbr commented Jul 8, 2024

First of all, thanks a lot for this nice package!!!

In some docstrings that contain math, an invalid escape sequence is used. This could be resolved by "double all backslashes, or use Python raw strings (r"raw")", see sphinx-doc or stackoverflow. This PR fixes some of these occurrences that were found using ruff, other occurrences such as C:\Projects\GitHub\MotorScraper were not changed.

@peterdsharpe peterdsharpe merged commit 64b244e into peterdsharpe:develop Jul 9, 2024
3 checks passed
@peterdsharpe
Copy link
Owner

Nice work @fgrbr , thanks! :)

@fgrbr fgrbr deleted the fix-invalid-escape branch July 10, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants