Skip to content

Commit 97c1611

Browse files
committed
add comments for replacing jon snow
1 parent b321603 commit 97c1611

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ import planetterp
1111

1212
course = planetterp.course(name="MATH140", reviews=True)
1313
courses = planetterp.courses(department="MATH", limit=2)
14+
# replace Jon Snow with the name of any professor
1415
prof = planetterp.professor(name="Jon Snow", reviews="true")
1516
profs = planetterp.professors(type_="ta", limit=2)
17+
# same here
1618
grades = planetterp.grades(course="MATH140", professor="Jon Snow")
1719

1820
print(course)

0 commit comments

Comments
 (0)