We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 835094a + 574ed89 commit 3118b93Copy full SHA for 3118b93
examples/minimqtt_simpletest.py
@@ -68,7 +68,7 @@ def publish(mqtt_client, userdata, topic, pid):
68
69
70
def message(client, topic, message):
71
- # Method callled when a client's subscribed feed has a new value.
+ # Method called when a client's subscribed feed has a new value.
72
print("New message on topic {0}: {1}".format(topic, message))
73
74
0 commit comments