Skip to content

Commit 7fdb17b

Browse files
jinningwangCopilot
andauthored
Typo
Co-authored-by: Copilot <[email protected]>
1 parent 179a8b7 commit 7fdb17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ams/models/timeslot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def str_list_oconv(x):
1818

1919
class TimeSlot(ModelData, Model):
2020
"""
21-
Base model for time slot data used in mutli-interval scheduling.
21+
Base model for time slot data used in multi-interval scheduling.
2222
"""
2323

2424
def __init__(self, system=None, config=None):

0 commit comments

Comments
 (0)