From 770293e8ec598d2161eaa15ff2d8d436c45858c7 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 19 May 2020 09:34:55 +0200 Subject: [PATCH] Fix docs typo --- src/pretix/base/models/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/models/log.py b/src/pretix/base/models/log.py index e112e7baf..bba31273f 100644 --- a/src/pretix/base/models/log.py +++ b/src/pretix/base/models/log.py @@ -22,7 +22,7 @@ class LogEntry(models.Model): in the database. This uses django.contrib.contenttypes to allow a relation to an arbitrary database object. - :param datatime: The timestamp of the logged action + :param datetime: The timestamp of the logged action :type datetime: datetime :param user: The user that performed the action :type user: User