From 2c2d39c6dd6aa7d6f74bc549a996829d1d6da3ca Mon Sep 17 00:00:00 2001 From: Boyan <36108495+confestim@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:55:36 +0200 Subject: [PATCH] Fixed stupid docs mistake --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 422f903..0f9963a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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"])