Change module documentation to a raw string
Prevents anomalous-backslash-in-string ('\m') pylint warning.
This commit is contained in:
parent
56a41dd789
commit
3b0a62ad4c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# pylint: disable=invalid-name
|
||||
# pylint: disable=line-too-long
|
||||
|
||||
"""
|
||||
r"""
|
||||
This is a wrapper for MSYS2 bash inside Windows GitHub CI environment.
|
||||
|
||||
Usage:
|
||||
|
|
Loading…
Add table
Reference in a new issue