Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030fcc4 commit 0315521Copy full SHA for 0315521
1 file changed
Doc/howto/timerfd.rst
@@ -108,7 +108,7 @@ descriptors to wait until the file descriptor is ready for reading:
108
# In 1.5 seconds, 1st timer, 2nd timer and 3rd timer fires at once.
109
#
110
# If a timer file descriptor is signaled more than once since
111
- # the last os.read() call, os.read() returns the nubmer of signaled
+ # the last os.read() call, os.read() returns the number of signaled
112
# as host order of class bytes.
113
print(f"Signaled events={events}")
114
for fd, event in events:
0 commit comments