Skip to content

Commit 9b75cd2

Browse files
committed
Update comments to be consistent and correct.
1 parent 2c4bb7f commit 9b75cd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Adafruit_IO/mqtt_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MQTT-based client for Adafruit.IO
22
# Author: Tony DiCola ([email protected])
33
#
4-
# Supports publishing and subscribing to feed changes from Adafruit.IO using
4+
# Supports publishing and subscribing to feed changes from Adafruit IO using
55
# the MQTT protcol.
66
#
77
# Depends on the following Python libraries:
@@ -19,12 +19,12 @@
1919

2020

2121
class MQTTClient(object):
22-
"""Interface for publishing and subscribing to feed changes on Adafruit.IO
22+
"""Interface for publishing and subscribing to feed changes on Adafruit IO
2323
using the MQTT protocol.
2424
"""
2525

2626
def __init__(self, key):
27-
"""Create instance of MQTT client for provided feed.
27+
"""Create instance of MQTT client.
2828
2929
Required parameters:
3030
- key: The Adafruit.IO access key for your account.

0 commit comments

Comments
 (0)