In Python strings, `\w` is not a recognized escape sequence
Open
- Dominant language
- Python
- Stars
- 27
- Forks
- 77
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 3
Description
Using a raw string (r"...") is the preferred way because it avoids unnecessary double escaping and improves readability.
ref: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/devcenter/resource-manager/Microsoft.DevCenter/preview/2024-10-01-preview/vdi.json#L1977
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.