From f18872dacb2eb54ac6d3cf0de91feee11c1f32d9 Mon Sep 17 00:00:00 2001
From: borzechof99 <borzechof99@mi.fu-berlin.de>
Date: Sat, 26 Jun 2021 15:57:49 +0200
Subject: [PATCH] Forgot to stage

---
 unisportomat/quiz/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unisportomat/quiz/models.py b/unisportomat/quiz/models.py
index 19abac8..9da7add 100644
--- a/unisportomat/quiz/models.py
+++ b/unisportomat/quiz/models.py
@@ -6,7 +6,7 @@ from django.db import models
 
 def validate_rating(value):
     """
-    This Function acts as a Validator for Ratings.
+    This function acts as a validator for ratings.
     Sadly, it isn't called automatically, so it needs to be used manually.
     """
 
-- 
GitLab