Skip to content

Commit fd0328a

Browse files
Apply pre-commit code formatting
1 parent a4e189e commit fd0328a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestrictedPython/transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def visit_TemplateStr(self, node: ast.AST) -> ast.AST:
595595

596596
def visit_Interpolation(self, node: ast.AST) -> ast.AST:
597597
"""Interpolations are allowed by default.
598-
As Interpolations are part of Template Strings, they are needed
598+
As Interpolations are part of Template Strings, they are needed
599599
to be reached in the context of RestrictedPython as Template Strings
600600
are allowed. As a user has to provide additional rendering logic
601601
to make use of Template Strings, the security implications of

0 commit comments

Comments
 (0)