summaryrefslogtreecommitdiff
path: root/docs/api-usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api-usage.rst')
-rw-r--r--docs/api-usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-usage.rst b/docs/api-usage.rst
index 4c57c29..ede2d47 100644
--- a/docs/api-usage.rst
+++ b/docs/api-usage.rst
@@ -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: