Skip to content

Commit f1fb195

Browse files
rindealsqla-tester
authored andcommitted
fix typo
Closes: #326 Pull-request: #326 Pull-request-sha: a042582 Change-Id: I54896fdaeb4a5b7f8f2d1d13afeaa66377bc6ab5
1 parent f521a8f commit f1fb195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mako/parsetree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def _parse_attributes(self, expressions, nonexpressions):
344344
elif key in nonexpressions:
345345
if re.search(r"\${.+?}", self.attributes[key]):
346346
raise exceptions.CompileException(
347-
"Attibute '%s' in tag '%s' does not allow embedded "
347+
"Attribute '%s' in tag '%s' does not allow embedded "
348348
"expressions" % (key, self.keyword),
349349
**self.exception_kwargs,
350350
)

0 commit comments

Comments
 (0)