Skip to content

Commit e55aedb

Browse files
committed
Spelling
1 parent 57ea7e7 commit e55aedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psij/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def unregister_job(self, job: Job) -> None:
126126
try:
127127
del self._jobs[job.id]
128128
except KeyError:
129-
# There are cases when it's difficult to esnure that this method is only called
129+
# There are cases when it's difficult to ensure that this method is only called
130130
# once for each job. Instead, ignore errors here, since the ultimate goal is to
131131
# remove the job from the _jobs dictionary.
132132
pass

0 commit comments

Comments
 (0)