Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Feb 22, 2024
1 parent 3a723a1 commit 52d043b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class FunctionIdBlockSyntaxError(BlockSyntaxError):
def __init__(self, content: str) -> None:
super().__init__(
f"A FunctionIdBlock is composed of either a plugin name and \
function name seperated by a single dot, or just a function name. \
function name separated by a single dot, or just a function name. \
Both plugin and function names can only contain letters, numbers and underscores. \
The content provided was: {content}",
)
Expand Down

0 comments on commit 52d043b

Please sign in to comment.