From: Xie Yanbo Date: Mon, 29 Apr 2024 11:01:03 +0000 (+0800) Subject: Fix typo in Doc/howto/timerfd.rst (GH-118376) X-Git-Tag: v3.13.0b1~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0315521c52bf162bd01d21699f3ac5e5bbe78a77;p=thirdparty%2FPython%2Fcpython.git Fix typo in Doc/howto/timerfd.rst (GH-118376) --- diff --git a/Doc/howto/timerfd.rst b/Doc/howto/timerfd.rst index 98f0294f9d08..b5fc06ae8c68 100644 --- a/Doc/howto/timerfd.rst +++ b/Doc/howto/timerfd.rst @@ -108,7 +108,7 @@ descriptors to wait until the file descriptor is ready for reading: # In 1.5 seconds, 1st timer, 2nd timer and 3rd timer fires at once. # # If a timer file descriptor is signaled more than once since - # the last os.read() call, os.read() returns the nubmer of signaled + # the last os.read() call, os.read() returns the number of signaled # as host order of class bytes. print(f"Signaled events={events}") for fd, event in events: