Skip to content

Commit

Permalink
typo fix (#8812)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Aug 2, 2024
1 parent 3d47d3a commit 2173999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,7 @@ def _transition(
"key": key,
"start": start,
"finish": finish,
"transistion_log": list(self.transition_log),
"transition_log": list(self.transition_log),
},
)
if LOG_PDB:
Expand Down

0 comments on commit 2173999

Please sign in to comment.