Skip to content

Commit 548d517

Browse files
committed
fix typo
1 parent c5e39ee commit 548d517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/concurrent/futures/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def run(self):
348348
if result_item is not None:
349349
exit_pid = result_item.exit_pid
350350
work_id = result_item.work_id
351-
exception = result_item.exeption
351+
exception = result_item.exception
352352
result = result_item.result
353353
del result_item
354354
# Process the received a result_item. This can be either the PID of a

0 commit comments

Comments
 (0)