Skip to content

Commit

Permalink
Merge pull request #4785 from alexwlchan/encounterd-of-the-third-kind
Browse files Browse the repository at this point in the history
Fix a typo in a test docstring
  • Loading branch information
nateprewitt committed Sep 13, 2018
2 parents 8472dbd + d1fab0b commit dd754d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lowlevel.py
Expand Up @@ -267,7 +267,7 @@ def response_handler(sock):

def test_fragment_update_on_redirect():
"""Verify we only append previous fragment if one doesn't exist on new
location. If a new fragment is encounterd in a Location header, it should
location. If a new fragment is encountered in a Location header, it should
be added to all subsequent requests.
"""

Expand Down

0 comments on commit dd754d1

Please sign in to comment.