]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in Doc/howto/timerfd.rst (GH-118376)
authorXie Yanbo <xieyanbo@gmail.com>
Mon, 29 Apr 2024 11:01:03 +0000 (19:01 +0800)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2024 11:01:03 +0000 (14:01 +0300)
Doc/howto/timerfd.rst

index 98f0294f9d082d358adb8d4a9f50c7d35682d5c0..b5fc06ae8c681071a6f849259df887b5f9db35fe 100644 (file)
@@ -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: