From c4115ad04aef449dac5a99aa587625130de88545 Mon Sep 17 00:00:00 2001 From: Arnaud-D <35631001+Arnaud-D@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:56:04 +0200 Subject: [PATCH] Corrige une faute de frappe dans un commentaire --- zds/utils/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zds/utils/misc.py b/zds/utils/misc.py index 9f16a5a932..e0881c4328 100644 --- a/zds/utils/misc.py +++ b/zds/utils/misc.py @@ -61,7 +61,7 @@ def contains_utf8mb4(s): def check_essential_accounts(): """ Verify that essential accounts are present in the database. - Raise an exception if it not the case. + Raise an exception if it is not the case. """ from django.conf import settings