Skip to content

Commit

Permalink
docs: fix simple typo, referrring -> referring
Browse files Browse the repository at this point in the history
There is a small typo in tests/test_other.py.

Should read `referring` rather than `referrring`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
  • Loading branch information
timgates42 committed Jul 16, 2022
1 parent 9d45017 commit a309035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def test_get_end2end_headers():
end2end = httplib2._get_end2end_headers(response)
assert len(end2end) == 0

# Degenerate case of connection referrring to a header not passed in
# Degenerate case of connection referring to a header not passed in
response = {"connection": "content-type"}
end2end = httplib2._get_end2end_headers(response)
assert len(end2end) == 0
Expand Down

0 comments on commit a309035

Please sign in to comment.