2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-05 23:53:19 +00:00

missing comma in docs Python sample

This commit is contained in:
Tom J
2019-09-08 12:14:46 +00:00
committed by Peter Hamilton
parent b8c19cfa0d
commit eee6f76ee4

View File

@@ -102,7 +102,7 @@ specifying the different configuration values:
... ca='/path/to/ca/certificate/file',
... ssl_version=ssl.PROTOCOL_SSLv23,
... username='example_username',
... password='example_password'
... password='example_password',
... config='client',
... config_file='/etc/pykmip/pykmip.conf',
... kmip_version=enums.KMIPVersion.KMIP_1_2