Skip to content

Commit fb180da

Browse files
committed
Fix os.timerfd_settime() flags default argument doc typo
Document the correct default of 0 (based on the clinic input and os.timerfd_settime_ns()).
1 parent c5168ea commit fb180da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4608,7 +4608,7 @@ Naturally, they are all only available on Linux.
46084608
.. versionadded:: 3.13
46094609

46104610

4611-
.. function:: timerfd_settime(fd, /, *, flags=flags, initial=0.0, interval=0.0)
4611+
.. function:: timerfd_settime(fd, /, *, flags=0, initial=0.0, interval=0.0)
46124612

46134613
Alter a timer file descriptor's internal timer.
46144614
This function operates the same interval timer as :func:`timerfd_settime_ns`.

0 commit comments

Comments
 (0)