From 6e4fb41ffb04024d5301cadad662e6bbb4893901 Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Wed, 15 Jan 2020 10:48:03 +0100 Subject: Removed newline/autoformatting mistake fixed --- docs/oauth2/grants/custom_grant.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/oauth2/grants/custom_grant.rst b/docs/oauth2/grants/custom_grant.rst index b47131c..8c4571c 100644 --- a/docs/oauth2/grants/custom_grant.rst +++ b/docs/oauth2/grants/custom_grant.rst @@ -6,8 +6,8 @@ Writing a custom grant type can be useful to implement a specification which is in an early draft, or implement a grant provided by a specific OAuth2.0 Authorization Server documentation but not provided by oauthlib. For information, any grant types with a clear -specification can be integrated in oauthlib, just make a PR for that -! See :doc:`how to contribute here `. +specification can be integrated in oauthlib, just make a PR for that ! +See :doc:`how to contribute here `. Please find how to create a new grant and use it in an endpoint: -- cgit v1.2.1