From 8ef1f14819e28fc57e90ed597eb27a376d0838f3 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sun, 19 Jul 2020 12:49:29 +0300 Subject: [PATCH] Fix --- yarl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarl/__init__.py b/yarl/__init__.py index 3ec98fa3b..0b358ccc7 100644 --- a/yarl/__init__.py +++ b/yarl/__init__.py @@ -913,7 +913,7 @@ def _get_str_query(self, *args, **kwargs): else: raise TypeError( "Invalid query type: only str, mapping or " - "sequence of (str, str) pairs is allowed" + "sequence of (key, value) pairs is allowed" ) return query