Updated files. getting ready for publishing. Some issues

This commit is contained in:
Boyan
2024-04-21 02:08:58 +02:00
parent 2daee84d4f
commit 667a388da4
12 changed files with 42 additions and 14 deletions

View File

@ -58,7 +58,6 @@ courses = year.all_courses()
## `Course`
### Usage
```python
pf = year.get_course("Programming Fundamentals (for CS)")
print(pf.info) # <- course info attribute
assignments = pf.get_groups()