diff --git a/src/pretix/base/models/log.py b/src/pretix/base/models/log.py index e112e7baf0..bba31273fe 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