Skip to content

Commit

Permalink
Shush now txchecker. Shush.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Nov 21, 2016
1 parent 6890aba commit 241410b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twisted/web/test/test_http2.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def connectAndReceive(self, connection, headers, body):
requestBytes += buildRequestBytes(headers, body, frameFactory)

connection.makeConnection(transport)
# one byte at a time, to stress the implementation.
# One byte at a time, to stress the implementation.
for byte in iterbytes(requestBytes):
connection.dataReceived(byte)

Expand Down

0 comments on commit 241410b

Please sign in to comment.