Skip to content

Commit 67c9694

Browse files
authored
Fix nits
1 parent b00b33b commit 67c9694

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

0 commit comments

Comments
 (0)