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
1 changed files with 1 additions and 1 deletions

View File

@ -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