Skip to content

Commit c74470a

Browse files
committed
Fix use of inline code formatting
1 parent e05b49f commit c74470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_aws_iot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def publish(
274274
275275
:param str topic: MQTT topic to publish to.
276276
:param payload: Data to publish to topic. Must be able to be converted
277-
to a string using `str()`
277+
to a string using ``str()``
278278
:type payload: str|float|bytes
279279
:param int qos: Quality of service level for publishing
280280

0 commit comments

Comments
 (0)