misc: pylint fix anomalous-backslash-in-string (#52222)

This commit is contained in:
Lauréline Guérin 2021-03-22 09:43:39 +01:00
parent 9b448b3232
commit e8ec57ac99
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def graphviz_post_treatment(content, colours, include=False):
"""Remove all svg:title and top-level svg:polygon nodes, remove style
attributes and xlink:title attributes.
If a color style is set to a name matching class-\w+, set the second
If a color style is set to a name matching class-\\w+, set the second
part on as class selector on the top level svg:g element.
"""
tree = ET.fromstring(content)