mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
Spelling fixes
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user