There was an error while loading. Please reload this page.
1 parent e05b49f commit c74470aCopy full SHA for c74470a
adafruit_aws_iot.py
@@ -274,7 +274,7 @@ def publish(
274
275
:param str topic: MQTT topic to publish to.
276
:param payload: Data to publish to topic. Must be able to be converted
277
- to a string using `str()`
+ to a string using ``str()``
278
:type payload: str|float|bytes
279
:param int qos: Quality of service level for publishing
280
0 commit comments