Skip to content

Typo in os.eventfd documentation example #144233

@ritzow

Description

@ritzow

See

fd = os.eventfd(1, os.EFD_SEMAPHORE | os.EFC_CLOEXEC)

The line should be changed from

-fd = os.eventfd(1, os.EFD_SEMAPHORE | os.EFC_CLOEXEC)
+fd = os.eventfd(1, os.EFD_SEMAPHORE | os.EFD_CLOEXEC)

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions