From 26c62b46f740dfff6169dd385459e9e5ff71e60a Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 6 Apr 2020 18:05:54 +0200 Subject: [PATCH] Typo (#208) --- tests/test_creation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_creation.py b/tests/test_creation.py index 75ecfcf..0840153 100644 --- a/tests/test_creation.py +++ b/tests/test_creation.py @@ -6,7 +6,7 @@ from conftest import system_check 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()