Skip to content

Commit 11e7299

Browse files
typo
1 parent 3b28e7d commit 11e7299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/variables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def _has_locals_call_after_node(stmt, scope):
407407
"used-before-assignment",
408408
"Emitted when a local variable is accessed before its assignment took place. "
409409
"Assignments in try blocks are assumed not to have occurred when evaluating "
410-
"associated except/finally blocks. Assignments in except blocks are assummed "
410+
"associated except/finally blocks. Assignments in except blocks are assumed "
411411
"not to have occurred, except when the associated try block contains a return "
412412
"statement.",
413413
),

0 commit comments

Comments
 (0)