Skip to content

Commit 39a3e5a

Browse files
authored
Fix bad ref in news
1 parent 67c9694 commit 39a3e5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Change the :meth:`__repr__` of :class:`multiprocessing.Event`
2-
and add a :meth:`__repr__` to the :class:`multiprocessing.Barrier`
2+
and add a ``__repr__`` method to the :class:`multiprocessing.Barrier`
33
in order to be consistent with the other synchronization primitives
44
of :mod:`multiprocessing` module.

0 commit comments

Comments
 (0)