From 78aed5cc62bca0a2ce97e4697866d5434ac8cc8b Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Mon, 5 Dec 2022 08:55:41 -0800 Subject: [PATCH] update comment --- app/util/courses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/courses.py b/app/util/courses.py index f0deb16..bd38a91 100644 --- a/app/util/courses.py +++ b/app/util/courses.py @@ -15,7 +15,7 @@ class Course: CrsNo: str Description: str Grade: int - Requests: int = 0 # number of requests for this + Requests: int = 0 # number of requests for this course Sem1: int = 0 # number of classes running in sem1 Sem2: int = 0 # number of classes running in sem2 Total: int = 0 # total number of classes running