Skip to content

Commit fc19c30

Browse files
committed
Fixes typo in MQTT Client docstring
1 parent d45de37 commit fc19c30

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
@@ -1229,15 +1229,15 @@ def tls_set(
12291229
is mandatory.
12301230
:param str certfile: PEM encoded client certificate filename. Used with
12311231
keyfile for client TLS based authentication. Support for this feature is
1232-
broker dependent. Note that if the files in encrypted and needs a password to
1232+
broker dependent. Note that if the file is encrypted and needs a password to
12331233
decrypt it, then this can be passed using the keyfile_password argument - you
12341234
should take precautions to ensure that your password is
12351235
not hard coded into your program by loading the password from a file
12361236
for example. If you do not provide keyfile_password, the password will
12371237
be requested to be typed in at a terminal window.
12381238
:param str keyfile: PEM encoded client private keys filename. Used with
12391239
certfile for client TLS based authentication. Support for this feature is
1240-
broker dependent. Note that if the files in encrypted and needs a password to
1240+
broker dependent. Note that if the file is encrypted and needs a password to
12411241
decrypt it, then this can be passed using the keyfile_password argument - you
12421242
should take precautions to ensure that your password is
12431243
not hard coded into your program by loading the password from a file

0 commit comments

Comments
 (0)