From abfce4803a98cc2b936fb8978f090a17702a41df Mon Sep 17 00:00:00 2001 From: kakwa Date: Sat, 9 Feb 2019 18:57:50 +0100 Subject: [PATCH] fix typo --- tests/test_LdapCherry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_LdapCherry.py b/tests/test_LdapCherry.py index abe6942..c240d8f 100644 --- a/tests/test_LdapCherry.py +++ b/tests/test_LdapCherry.py @@ -99,7 +99,7 @@ def htmlvalidator(page): if _is_html_error(line): print("################") print("Blocking error: '%s'" % line) - print("all tidy_document errors:" + print("all tidy_document errors:") print(errors) print("################") raise HtmlValidationFailed(line)