diff options
Diffstat (limited to 'checkers/format.py')
-rw-r--r-- | checkers/format.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/format.py b/checkers/format.py index 67b6952..d45667f 100644 --- a/checkers/format.py +++ b/checkers/format.py @@ -421,7 +421,7 @@ class StringConstantChecker(BaseRawChecker): start_row, start_col) def process_non_raw_string_token(self, prefix, string_body, start_row, - start_col): + start_col): """check for bad escapes in a non-raw string. prefix: lowercase string of eg 'ur' string prefix markers. |