Skip to content

Commit

Permalink
Fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeusina committed Aug 9, 2023
1 parent b67919e commit 891e753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petersbugredu_wrap/types/teacher.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Teacher:
def __init__(self, firstname: str, surname: str, middlename: str, position_name: str, subjects: list[dict]):
"""
Class Teacher represents school teachers
Class Teacher represents school teachers returned by API
:param firstname: Teacher firstname
:param surname: Teacher surname
:param middlename: Teacher middlename
Expand Down

0 comments on commit 891e753

Please sign in to comment.