Skip to content

Commit 7107121

Browse files
author
brentru
committed
address rewording
1 parent 22edebe commit 7107121

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_io/adafruit_io.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def add_feed_callback(self, feed_key, callback_method):
210210
new value is written to the feed.
211211
212212
NOTE: The callback_method registered to this method
213-
will only execute after a call to loop().
213+
will only execute during loop().
214214
:param str feed_key: Adafruit IO feed key.
215215
:param str callback_method: Name of callback method.
216216
@@ -223,8 +223,8 @@ def remove_feed_callback(self, feed_key):
223223
"""Removes a previously registered callback method
224224
from executing whenever feed_key receives new data.
225225
226-
If an on_message callback is registered, new messages
227-
will now call on_message instead of the callback_method.
226+
After this method is called, incoming messages
227+
call the shared on_message.
228228
:param str feed_key: Adafruit IO feed key.
229229
230230
"""

0 commit comments

Comments
 (0)