There was an error while loading. Please reload this page.
1 parent f738386 commit ef5bc9eCopy full SHA for ef5bc9e
1 file changed
Doc/library/os.rst
@@ -3807,7 +3807,7 @@ features:
3807
import os
3808
3809
# semaphore with start value '1'
3810
- fd = os.eventfd(1, os.EFD_SEMAPHORE | os.EFC_CLOEXEC)
+ fd = os.eventfd(1, os.EFD_SEMAPHORE | os.EFD_CLOEXEC)
3811
try:
3812
# acquire semaphore
3813
v = os.eventfd_read(fd)
0 commit comments