Skip to content

Commit

Permalink
Merge pull request #237 from twm/testing-response-headers-docs
Browse files Browse the repository at this point in the history
Correct RequestSequence response tuple type docs
  • Loading branch information
twm authored Jun 3, 2019
2 parents eeb4d62 + 84f1c81 commit 86cca01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treq/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ class RequestSequence(object):
- ``code`` is an integer representing the HTTP status code to return.
- ``headers`` is a dictionary mapping :class:`bytes` to :class:`bytes` or
:class:`list` of :class:`bytes`.
:class:`str`. Note that the value is *not* a list.
- ``body`` is a :class:`bytes`.
:ivar list sequence: A sequence of (request tuple, response tuple)
Expand Down

0 comments on commit 86cca01

Please sign in to comment.