Spelling fixes

This commit is contained in:
Ville Skyttä
2016-07-26 15:24:29 +03:00
parent fb01456061
commit 5453b88f8f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -662,7 +662,7 @@ class Response(object):
chunk_size must be of type int or None. A value of None will
function differently depending on the value of `stream`.
stream=True will read data as it arrives in whatever size the
chunks are recieved. If stream=False, data is returned as
chunks are received. If stream=False, data is returned as
a single chunk.
If decode_unicode is True, content will be decoded using the best
+1 -1
View File
@@ -13,7 +13,7 @@ class TestTestServer:
def test_basic(self):
"""messages are sent and received properly"""
question = b"sucess?"
question = b"success?"
answer = b"yeah, success"
def handler(sock):