From a07118ef9c9b82b51d55068a2da2cadb32b34953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 7 Dec 2022 18:59:41 +0800 Subject: [PATCH] Revised the documentation for digest_auth parameter of the open method in the test client, to be clear. --- src/flask_digest_auth/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flask_digest_auth/test.py b/src/flask_digest_auth/test.py index 66e4fda..bc60249 100644 --- a/src/flask_digest_auth/test.py +++ b/src/flask_digest_auth/test.py @@ -88,7 +88,7 @@ class Client(WerkzeugClient): """Opens a request. :param args: The arguments. - :param digest_auth: A tuple of the username and password for the HTTP + :param digest_auth: The (*username*, *password*) tuple for the HTTP digest authentication. :param kwargs: The keyword arguments. :return: The response.