summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/clients/service_application.py
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2018-09-11 14:34:21 -0400
committerjonathan vanasco <jonathan@2xlp.com>2018-09-11 14:34:21 -0400
commit0e963d8e55cabbd9b50fe2d6ec6659f01c1a2e00 (patch)
treef7f216abfd0f946d8cc09fc73460c61584513774 /oauthlib/oauth2/rfc6749/clients/service_application.py
parent5a9d8d92d3453355de86d614337affe69543207d (diff)
downloadoauthlib-0e963d8e55cabbd9b50fe2d6ec6659f01c1a2e00.tar.gz
cleanup on docs fixes
Diffstat (limited to 'oauthlib/oauth2/rfc6749/clients/service_application.py')
-rw-r--r--oauthlib/oauth2/rfc6749/clients/service_application.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/oauth2/rfc6749/clients/service_application.py b/oauthlib/oauth2/rfc6749/clients/service_application.py
index 7f336bb..3045676 100644
--- a/oauthlib/oauth2/rfc6749/clients/service_application.py
+++ b/oauthlib/oauth2/rfc6749/clients/service_application.py
@@ -54,7 +54,7 @@ class ServiceApplicationClient(Client):
``https://provider.com/oauth2/token``.
:param kwargs: Additional arguments to pass to base client, such as
- state and token. See Client.__init__.__doc__ for
+ state and token. See ``Client.__init__.__doc__`` for
details.
"""
super(ServiceApplicationClient, self).__init__(client_id, **kwargs)