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

Escape backslashes in docstrings #360

Merged
merged 1 commit into from
May 20, 2024

Conversation

onlined
Copy link
Contributor

@onlined onlined commented May 8, 2024

Python 3.12 gives a SyntaxWarning: invalid escape sequence when it sees an unescaped backslash.

More context:

Azure/autorest.python#2560
Azure/autorest.python#2551

Python 3.12 gives a `SyntaxWarning: invalid escape sequence` when it
sees an unescaped backslash.
@onlined
Copy link
Contributor Author

onlined commented May 18, 2024

@kairu-ms @necusjz

@necusjz necusjz merged commit 500e1fe into Azure:dev May 20, 2024
3 checks passed
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