1 parent 20e1454 commit 5a2dd4dCopy full SHA for 5a2dd4d
1 file changed
doc/howto.rst
@@ -27,7 +27,7 @@ There's an explicit place where the query string should go:
27
def test_query_params(httpserver):
28
httpserver.expect_request("/foo", query_string="user=bar")
29
30
-The ``query_string`` is the parameter which does not contains the leading
+The ``query_string`` is the parameter which does not contain the leading
31
question mark ``?``.
32
33
.. note::
0 commit comments