Skip to content

Commit 5254bc8

Browse files
committed
docs/api: add missing word
1 parent 29baa21 commit 5254bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ response.
652652

653653
As a server, h11 provides the minimal support for pipelining required
654654
to comply with the HTTP/1.1 standard: if the client sends multiple
655-
pipelined requests, then we the first request until we reach the
655+
pipelined requests, then we handle the first request until we reach the
656656
:data:`DONE` state, and then :meth:`~Connection.next_event` will
657657
pause and refuse to parse any more events until the response is
658658
completed and :meth:`~Connection.start_next_cycle` is called. See the

0 commit comments

Comments
 (0)