We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fdf7e commit 4bc9439Copy full SHA for 4bc9439
src/app.py
@@ -59,7 +59,7 @@ def signup_for_activity(activity_name: str, email: str):
59
if activity_name not in activities:
60
raise HTTPException(status_code=404, detail="Activity not found")
61
62
- # Get the specificy activity
+ # Get the specific activity
63
activity = activities[activity_name]
64
65
# Add student
0 commit comments