Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LogicalJoe authored Jan 11, 2024
1 parent 09c7496 commit f1f004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tivars/types/tokenized.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def name(self, value) -> str:
varname = re.sub(r"[^θa-zA-Z0-9]", "", varname)

if not varname or varname[0].isnumeric():
warn(f"Program has invalid an name: {varname}.",
warn(f"Program has an invalid name: {varname}.",
BytesWarning)

return varname
Expand Down

0 comments on commit f1f004b

Please sign in to comment.