Commit 1b05aa21 authored by karl ding's avatar karl ding Committed by Miss Islington (bot)

Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635)



There is an extra "one" in the text description for the constant
socket.CAN_RAW_FD_FRAMES
parent 382034b2
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment