mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-03-15 07:10:15 +01:00
Fixed stupid docs mistake
This commit is contained in:
parent
54e086c93a
commit
2c2d39c6dd
@ -30,7 +30,7 @@ year = themis.get_year(2023, 2024)
|
||||
course = year.get_course("Programming Fundamentals (for CS)")
|
||||
|
||||
# Get an assignment
|
||||
assignment = course.get_assignment("Assignment 1")
|
||||
assignment = course.get_group("Assignment 1")
|
||||
|
||||
# Submit 2 files
|
||||
assignment.submit(["among.c", "us.py"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user