We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b28e7d commit 11e7299Copy full SHA for 11e7299
pylint/checkers/variables.py
@@ -407,7 +407,7 @@ def _has_locals_call_after_node(stmt, scope):
407
"used-before-assignment",
408
"Emitted when a local variable is accessed before its assignment took place. "
409
"Assignments in try blocks are assumed not to have occurred when evaluating "
410
- "associated except/finally blocks. Assignments in except blocks are assummed "
+ "associated except/finally blocks. Assignments in except blocks are assumed "
411
"not to have occurred, except when the associated try block contains a return "
412
"statement.",
413
),
0 commit comments