Skip to content

Commit 1b05aa2

Browse files
karldingmiss-islington
authored andcommitted
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
1 parent 382034b commit 1b05aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ Constants
380380

381381
Enables CAN FD support in a CAN_RAW socket. This is disabled by default.
382382
This allows your application to send both CAN and CAN FD frames; however,
383-
you one must accept both CAN and CAN FD frames when reading from the socket.
383+
you must accept both CAN and CAN FD frames when reading from the socket.
384384

385385
This constant is documented in the Linux documentation.
386386

0 commit comments

Comments
 (0)