mirror of https://github.com/OpenKMIP/PyKMIP.git
missing comma in docs Python sample
This commit is contained in:
parent
b8c19cfa0d
commit
eee6f76ee4
|
@ -102,7 +102,7 @@ specifying the different configuration values:
|
||||||
... ca='/path/to/ca/certificate/file',
|
... ca='/path/to/ca/certificate/file',
|
||||||
... ssl_version=ssl.PROTOCOL_SSLv23,
|
... ssl_version=ssl.PROTOCOL_SSLv23,
|
||||||
... username='example_username',
|
... username='example_username',
|
||||||
... password='example_password'
|
... password='example_password',
|
||||||
... config='client',
|
... config='client',
|
||||||
... config_file='/etc/pykmip/pykmip.conf',
|
... config_file='/etc/pykmip/pykmip.conf',
|
||||||
... kmip_version=enums.KMIPVersion.KMIP_1_2
|
... kmip_version=enums.KMIPVersion.KMIP_1_2
|
||||||
|
|
Loading…
Reference in New Issue