Skip to content

Commit eee6f76

Browse files
Tom JPeterHamilton
authored andcommitted
missing comma in docs Python sample
1 parent b8c19cf commit eee6f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ specifying the different configuration values:
102102
... ca='/path/to/ca/certificate/file',
103103
... ssl_version=ssl.PROTOCOL_SSLv23,
104104
... username='example_username',
105-
... password='example_password'
105+
... password='example_password',
106106
... config='client',
107107
... config_file='/etc/pykmip/pykmip.conf',
108108
... kmip_version=enums.KMIPVersion.KMIP_1_2

0 commit comments

Comments
 (0)