mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix typo in error message
This commit is contained in:
@@ -214,7 +214,7 @@ def _unresolved(
|
||||
line_no, col = location
|
||||
return UnresolvedVariableError(
|
||||
f"variable ${variable_name} is not defined. "
|
||||
f"attempted reference at location on line {line_no}, column {col}."
|
||||
f"attempted reference at line {line_no}, column {col}."
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user