Merge pull request #4785 from alexwlchan/encounterd-of-the-third-kind

Fix a typo in a test docstring
This commit is contained in:
Nate Prewitt
2018-09-12 22:57:31 -07:00
committed by GitHub
+1 -1
View File
@@ -267,7 +267,7 @@ def test_fragment_not_sent_with_request():
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.
"""