mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix typo
This commit is contained in:
parent
046b67a36e
commit
018268ee1f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class Deadline:
|
|||
v = f"{self.course} - {self.name}: <t:{self.t}:R>"
|
||||
|
||||
if self.passed:
|
||||
v = f"~~v~~"
|
||||
v = f"~~{v}~~"
|
||||
|
||||
return v
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue