Fix docs typo

This commit is contained in:
Raphael Michel
2020-05-19 09:34:55 +02:00
parent 0ab11a8134
commit 770293e8ec

View File

@@ -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