Skip to content

Commit 5272c3d

Browse files
authored
Merge pull request #864 from sergimn/encrypt-typo
Fixes typo in MQTT Client docstring
2 parents 4ffff41 + fc19c30 commit 5272c3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/paho/mqtt/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,15 +1234,15 @@ def tls_set(
12341234
is mandatory.
12351235
:param str certfile: PEM encoded client certificate filename. Used with
12361236
keyfile for client TLS based authentication. Support for this feature is
1237-
broker dependent. Note that if the files in encrypted and needs a password to
1237+
broker dependent. Note that if the file is encrypted and needs a password to
12381238
decrypt it, then this can be passed using the keyfile_password argument - you
12391239
should take precautions to ensure that your password is
12401240
not hard coded into your program by loading the password from a file
12411241
for example. If you do not provide keyfile_password, the password will
12421242
be requested to be typed in at a terminal window.
12431243
:param str keyfile: PEM encoded client private keys filename. Used with
12441244
certfile for client TLS based authentication. Support for this feature is
1245-
broker dependent. Note that if the files in encrypted and needs a password to
1245+
broker dependent. Note that if the file is encrypted and needs a password to
12461246
decrypt it, then this can be passed using the keyfile_password argument - you
12471247
should take precautions to ensure that your password is
12481248
not hard coded into your program by loading the password from a file

0 commit comments

Comments
 (0)