update comment
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -15,7 +15,7 @@ class Course:
|
|||||||
CrsNo: str
|
CrsNo: str
|
||||||
Description: str
|
Description: str
|
||||||
Grade: int
|
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
|
Sem1: int = 0 # number of classes running in sem1
|
||||||
Sem2: int = 0 # number of classes running in sem2
|
Sem2: int = 0 # number of classes running in sem2
|
||||||
Total: int = 0 # total number of classes running
|
Total: int = 0 # total number of classes running
|
||||||
|
|||||||
Reference in new issue
Block a user