Skip to content

Commit 954048f

Browse files
authored
Fix nits
1 parent 58df0a4 commit 954048f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Fix the missing ``get_value`` for Semaphores on MacOSX
2-
by adding a dedicated workaround in :class:`_multiprocessing.SemLock`.
3-
The changes are located in the ``semaphore.c`` file in :mod:`_multiprocessing`.
1+
Fix the not implemented ``get_value`` for :class:`multiprocessing.Semaphore` on MacOSX
2+
by adding a dedicated workaround in ``_multiprocessing.SemLock``.
3+
The changes are located in the ``semaphore.c`` file in :mod:`_multiprocessing`.

0 commit comments

Comments
 (0)