Skip to content

Commit 349234d

Browse files
author
brentru
committed
make sphinx happy with docstring fix
1 parent 2754bd0 commit 349234d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def receive_random_data(self, generator_id):
253253
def receive_time(self, time_type):
254254
"""
255255
Returns the current time from the Adafruit IO Server
256-
:param string time_type: Type of time to be returned: `millis`, `seconds`, `ISO-8601`
256+
:param string time_type: Type of time to be returned: millis, seconds, or ISO-8601
257257
"""
258258
path = 'https://io.adafruit.com/api/v2/time/{0}'.format(time_type)
259259
return self._get(path)

0 commit comments

Comments
 (0)