Skip to content

Commit

Permalink
Correct session example
Browse files Browse the repository at this point in the history
  • Loading branch information
stefancrain committed Jun 13, 2018
1 parent 59a19ca commit 01969c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-usage.rst
Expand Up @@ -283,7 +283,7 @@ The following sample illustrates how to use a client-side certificate:
import requests
session = requests.Session()
s.cert = ('/path/to/client.cert', '/path/to/client.key')
session.cert = ('/path/to/client.cert', '/path/to/client.key')
gl = gitlab.gitlab(url, token, api_version=4, session=session)
Reference:
Expand Down

0 comments on commit 01969c2

Please sign in to comment.