dev@locazia: fix misprint

This commit is contained in:
user 2024-02-29 01:43:16 +03:00
parent 32b159de62
commit 5a1583f926
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class DisplayMixin:
} }
def front_format(self, plain_text=True): def front_format(self, plain_text=True):
if not plaint_text: if not plain_text:
raise NotImplementedError raise NotImplementedError
return f"{self.first_name} {self.last_name}".strip() return f"{self.first_name} {self.last_name}".strip()