Skip to content

Commit fd01d7a

Browse files
Revert changes made in other issue.
1 parent fc43f35 commit fd01d7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/multiprocessing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ process which created it.
460460
Traceback (most recent call last):
461461
Traceback (most recent call last):
462462
Traceback (most recent call last):
463-
AttributeError: 'types.ModuleType' object has no attribute 'f'
464-
AttributeError: 'types.ModuleType' object has no attribute 'f'
465-
AttributeError: 'types.ModuleType' object has no attribute 'f'
463+
AttributeError: 'module' object has no attribute 'f'
464+
AttributeError: 'module' object has no attribute 'f'
465+
AttributeError: 'module' object has no attribute 'f'
466466

467467
(If you try this it will actually output three full tracebacks
468468
interleaved in a semi-random fashion, and then you may have to

0 commit comments

Comments
 (0)