summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2020-01-15 10:48:03 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2020-01-15 10:48:03 +0100
commit6e4fb41ffb04024d5301cadad662e6bbb4893901 (patch)
tree8d5628c4833410f324d5023cf79438407cdb6065
parent02aef1e35fbf76b132b390d84f88c59efb9a98f2 (diff)
downloadoauthlib-6e4fb41ffb04024d5301cadad662e6bbb4893901.tar.gz
Removed newline/autoformatting mistake fixed
-rw-r--r--docs/oauth2/grants/custom_grant.rst4
1 files 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 </contributing>`.
+specification can be integrated in oauthlib, just make a PR for that !
+See :doc:`how to contribute here </contributing>`.
Please find how to create a new grant and use it in an endpoint: