Skip to content

Commit a3ce5c2

Browse files
committed
Fix typo
1 parent 6ccdee1 commit a3ce5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pycamp_bot/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class Slot(BaseModel):
108108
'''
109109
code = pw.CharField() # For example A1 for first slot first day
110110
start = pw.DateTimeField()
111-
current_wizzard = pw.ForeignKeyField(Pycampista)
111+
current_wizard = pw.ForeignKeyField(Pycampista)
112112

113113

114114
class Project(BaseModel):

0 commit comments

Comments
 (0)