Skip to content

Commit

Permalink
Merge pull request psf#3441 from scop/spelling
Browse files Browse the repository at this point in the history
Spelling fixes
  • Loading branch information
Ian Cordasco committed Jul 26, 2016
2 parents fb01456 + 5453b88 commit f40764c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requests/models.py
Expand Up @@ -662,7 +662,7 @@ def iter_content(self, chunk_size=1, decode_unicode=False):
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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_testserver.py
Expand Up @@ -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):
Expand Down

0 comments on commit f40764c

Please sign in to comment.