From 3fa56fb088b2dadb4aad08e776479c07208ae189 Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas Date: Thu, 11 Jan 2024 16:41:53 +0200 Subject: [PATCH] Fix rst syntax. --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 50563607..bb5e3dbf 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,7 +8,7 @@ History ================== * Added PKCE support in the authorization code flow. - Thanks `@themooer1 `_ and `@escattone https://github.com/escattone/`_ + Thanks `@themooer1 `_ and `@escattone `_ * Added support for Elliptic Curve JWT signing algorithms Thanks `@atanunq `_ * Replace mock with unittest.mock