Skip to content

Commit

Permalink
Renamed get_lesson_list method
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeusina committed Aug 19, 2023
1 parent 2e1e212 commit 51df37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petersbugredu_wrap/types/child.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_mark_list_by_period(self, date_from: datetime.date, date_to: datetime.da
marks.append(mark_entry)
return marks

def get_lesson_list_by_time(self, date_from: datetime.date, date_to: datetime.date, education_number: int = 0) \
def get_lesson_list_by_period(self, date_from: datetime.date, date_to: datetime.date, education_number: int = 0) \
-> list[LessonEntry]:
"""
Function to get lessons by period
Expand Down

0 comments on commit 51df37c

Please sign in to comment.