Skip to content

Commit d281d01

Browse files
thomasballarddevmiss-islington
authored andcommitted
Docs: Fix typo in socketserver documentation (GH-140956)
(cherry picked from commit 20b64bd) Co-authored-by: Thomas Ballard <thomasballard0503@gmail.com>
1 parent ad9f2ed commit d281d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/socketserver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ The difference is that the ``readline()`` call in the second handler will call
538538
first handler had to use a ``recv()`` loop to accumulate data until a
539539
newline itself. If it had just used a single ``recv()`` without the loop it
540540
would just have returned what has been received so far from the client.
541-
TCP is stream based: data arrives in the order it was sent, but there no
541+
TCP is stream based: data arrives in the order it was sent, but there is no
542542
correlation between client ``send()`` or ``sendall()`` calls and the number
543543
of ``recv()`` calls on the server required to receive it.
544544

0 commit comments

Comments
 (0)