Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Apr 6, 2020
1 parent 1fbe58b commit 26c62b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def no_curlies(filepath):
""" Utility to make sure no curly braces appear in a file.
That is, was jinja able to render everthing?
That is, was Jinja able to render everything?
"""
with open(filepath, 'r') as f:
data = f.read()
Expand Down

0 comments on commit 26c62b4

Please sign in to comment.