dev@locazia: fix misprint

This commit is contained in:
user 2024-02-29 01:42:33 +03:00
parent ef2419d8ea
commit 32b159de62
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class DisplayMixin:
"created": self.created.isoformat()
}
def front_format(self, plaint_text=True):
def front_format(self, plain_text=True):
if not plaint_text:
raise NotImplementedError