summaryrefslogtreecommitdiff
path: root/checkers/variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'checkers/variables.py')
-rw-r--r--checkers/variables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/variables.py b/checkers/variables.py
index 2517b0ce7..367685dfa 100644
--- a/checkers/variables.py
+++ b/checkers/variables.py
@@ -563,7 +563,7 @@ builtins. Remember that you should avoid to define new builtins when possible.'
return
if len(targets) != len(values):
- self.add_message('W0632',
+ self.add_message('unbalanced-tuple-unpacking',
node=node,
args=(len(targets), len(values)))