]> granicus.if.org Git - python/commitdiff
Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635)
authorkarl ding <karlding@users.noreply.github.com>
Tue, 28 May 2019 18:35:26 +0000 (11:35 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 May 2019 18:35:26 +0000 (11:35 -0700)
There is an extra "one" in the text description for the constant
socket.CAN_RAW_FD_FRAMES

Doc/library/socket.rst

index e23a4f5380bd7b62963eb71a36afad575f033a83..5be2b76113eb0455f14439e2a982d5e5d9722b32 100644 (file)
@@ -380,7 +380,7 @@ Constants
 
    Enables CAN FD support in a CAN_RAW socket. This is disabled by default.
    This allows your application to send both CAN and CAN FD frames; however,
-   you one must accept both CAN and CAN FD frames when reading from the socket.
+   you must accept both CAN and CAN FD frames when reading from the socket.
 
    This constant is documented in the Linux documentation.