diff --git a/hbmqtt/client.py b/hbmqtt/client.py index 2e2d744..61071dc 100644 --- a/hbmqtt/client.py +++ b/hbmqtt/client.py @@ -134,7 +134,7 @@ class MQTTClient: :param cafile: server certificate authority file (optional, used for secured connection) :param capath: server certificate authority path (optional, used for secured connection) :param cadata: server certificate authority data (optional, used for secured connection) - :param extra_headers: a dictionary with additional http headers that should be sent on the initial connection (optional, used only with websocket connections) + :param extra_headers: a dictionary with additional http headers that should be sent on the initial connection (optional, used only with websocket connections) :return: `CONNACK `_ return code :raise: :class:`hbmqtt.client.ConnectException` if connection fails """