Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Mar 26, 2020
1 parent 1b27bcb commit f06ebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treq/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def _coerced_query_params(params):
:returns:
A generator that yields two-tuples containing text strings.
:rtype:
Iterator[Tuple[str, str]]
Iterator[Tuple[Text, Text]]
"""
if isinstance(params, Mapping):
items = params.items()
Expand Down

0 comments on commit f06ebae

Please sign in to comment.