Skip to content

Commit

Permalink
Update testing.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jul 27, 2023
1 parent a645bf7 commit b7c2f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ conditions that hard to reproduce on real server::

:param headers: mapping containing the headers. Can be anything accepted
by the multidict.CIMultiDict constructor.
:type headers: dict, multidict.CIMultiDict, list of pairs
:type headers: dict, multidict.CIMultiDict, list of tuple(str, str)

:param match_info: mapping containing the info to match with url parameters.
:type match_info: dict
Expand Down

0 comments on commit b7c2f8d

Please sign in to comment.