Azure / Azure/aaz-dev-tools

In Python strings, `\w` is not a recognized escape sequence

Open
#451 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.