We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1253a8b commit 730ff82Copy full SHA for 730ff82
Doc/library/socketserver.rst
@@ -544,7 +544,7 @@ The difference is that the ``readline()`` call in the second handler will call
544
first handler had to use a ``recv()`` loop to accumulate data until a
545
newline itself. If it had just used a single ``recv()`` without the loop it
546
would just have returned what has been received so far from the client.
547
-TCP is stream based: data arrives in the order it was sent, but there no
+TCP is stream based: data arrives in the order it was sent, but there is no
548
correlation between client ``send()`` or ``sendall()`` calls and the number
549
of ``recv()`` calls on the server required to receive it.
550
0 commit comments