From dc6eef9f770d17a2dd83ebb510ea81806e5a2245 Mon Sep 17 00:00:00 2001 From: Niklas Carstensen Date: Fri, 14 Apr 2023 19:11:40 +0200 Subject: [PATCH] Fix typo --- socha/api/protocol/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socha/api/protocol/protocol.py b/socha/api/protocol/protocol.py index a7b958e..d15a7a3 100644 --- a/socha/api/protocol/protocol.py +++ b/socha/api/protocol/protocol.py @@ -841,7 +841,7 @@ class Protocol: """ This is the root element of the protocol. Even it's in here it will never be called, - because the children of this root element have to be handelt separately. + because the children of this root element have to be handled separately. """ class Meta: