From 05fcec51dbbb21713aab6cfbfda7de66e0a10427 Mon Sep 17 00:00:00 2001 From: Javis Sullivan Date: Tue, 11 Oct 2016 19:19:13 -0400 Subject: [PATCH] correct duplicate docstring on different functions --- flask_jwt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_jwt/__init__.py b/flask_jwt/__init__.py index f864b78..3da1293 100644 --- a/flask_jwt/__init__.py +++ b/flask_jwt/__init__.py @@ -292,7 +292,7 @@ def auth_response_handler(self, callback): return callback def auth_request_handler(self, callback): - """Specifies the authentication response handler function. + """Specifies the authentication request handler function. :param callable callback: the auth request handler function