Skip to content

Commit 8680507

Browse files
committed
Try and please sphynx
1 parent 60b7681 commit 8680507

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

adafruit_io/adafruit_io.py

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -868,20 +868,11 @@ def get_user_rate_info(self):
868868
Get rate limit and usage information for the current user.
869869
870870
See https://io.adafruit.com/api/docs/#get-detailed-user-info
871-
872-
Example output:
873-
```
874-
{
875-
"data_rate_limit": 30,
876-
"active_data_rate": 0,
877-
"authentication_rate": 0,
878-
"subscribe_authorization_rate": 0,
879-
"publish_authorization_rate": 0,
880-
"hourly_ban_rate": 0,
881-
"mqtt_ban_error_message": null,
882-
"active_sms_rate": 0
883-
}
884-
```
871+
872+
Example output: {"data_rate_limit": 30, "active_data_rate": 0,
873+
"authentication_rate": 0, "subscribe_authorization_rate": 0,
874+
"publish_authorization_rate": 0, "hourly_ban_rate": 0,
875+
"mqtt_ban_error_message": null, "active_sms_rate": 0}
885876
"""
886877
path = self._compose_path("throttle")
887878
return self._get(path)

0 commit comments

Comments
 (0)