Skip to content

Commit

Permalink
fix mistyped word
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCastelo-31 committed Dec 6, 2023
1 parent f7dd132 commit 7e62be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/utils/schedule_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _add_schedule_code(self, schedules: str) -> None:
schedules_list = schedules.split()

"""Cria um dicionário com a prioridade e os horários
em produto cartesianode uma disciplina"""
em produto cartesiano de uma disciplina"""
schedules_dict = {
"priority": 0,
"times": set()
Expand Down

0 comments on commit 7e62be2

Please sign in to comment.