Skip to content

Fix "DeprecationWarning: invalid escape sequence" #40087

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

Closed
wants to merge 1 commit into from

Conversation

Ordoviz
Copy link
Contributor

@Ordoviz Ordoviz commented May 11, 2025

This fixes failing doctests in the CI by turning two docstrings with an invalid escape sequence (\leq) into raw string literals. These can be found via ruff check --select W605 ./src or pylint -d all -e W1401 ./src

... by turning some docstrings into raw string literals. Found via
`ruff check --select W605 ./src` or `pylint -d all -e W1401 ./src`
@fchapoton
Copy link
Contributor

This was done in #40085

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