Skip to content

Commit

Permalink
Merge pull request #673 from pennlabs/fix-docs
Browse files Browse the repository at this point in the history
add degree
  • Loading branch information
esinx committed Sep 12, 2024
2 parents 0b56142 + 99cadfb commit 67c4f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/PennCourses/docs_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ def get_url_by_name(name):
"review": "PCR",
"base": "PCx",
"accounts": "Accounts",
"degree": "PDP",
}
assert all(
[isinstance(key, str) and isinstance(val, str) for key, val in subpath_abbreviations.items()]
Expand Down

0 comments on commit 67c4f50

Please sign in to comment.