diff options
-rw-r--r-- | checkers/python3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/python3.py b/checkers/python3.py index 1ca3f9c..880d5c5 100644 --- a/checkers/python3.py +++ b/checkers/python3.py @@ -270,7 +270,7 @@ class Python3Checker(checkers.BaseChecker): 'W1635': ('unichr built-in referenced', 'unichr-builtin', 'Used when the unichr built-in is referenced ' - '(Use char in Python 3)', + '(Use chr in Python 3)', {'maxversion': (3, 0)}), } |