[3.7] Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635) (GH-13637)

There is an extra "one" in the text description for the constant
socket.CAN_RAW_FD_FRAMES
(cherry picked from commit 1b05aa2190)
This commit is contained in:
karl ding 2019-05-28 12:32:12 -07:00 committed by Miss Islington (bot)
parent 95b7706a95
commit d6a14a1483
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,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.