Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NDelventhal committed Oct 27, 2020
1 parent c9676ab commit 49884b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import hu_wiwi_grades as hu
hu.list_sources()
# scrapes URL sources that list grading overviews and returns a dictionary containing the semesters as keys and the URLs as values.

df = hu.scrape_overview(exam = "Finance")
df = hu.scrape_overview(exam = "Economics")
# Scrapes the latest grading overview and returns the overview or a subset based on the entered exam specification.
# In this example solely "Finance" exams are returned. The exam arguments defaults to "" (no filtering).

Expand Down

0 comments on commit 49884b5

Please sign in to comment.