summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/socket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index e23a4f5380..5be2b76113 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -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.