Skip to content

Commit

Permalink
Flatten docstring example
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Aug 16, 2024
1 parent ea001cc commit 5338269
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions adafruit_io/adafruit_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,17 +869,17 @@ def get_user_rate_info(self):
See https://io.adafruit.com/api/docs/#get-detailed-user-info
Exampple output:
Example output:
```
{
"data_rate_limit": 30,
"active_data_rate": 0,
"authentication_rate": 0,
"subscribe_authorization_rate": 0,
"publish_authorization_rate": 0,
"hourly_ban_rate": 0,
"mqtt_ban_error_message": null,
"active_sms_rate": 0
"data_rate_limit": 30,
"active_data_rate": 0,
"authentication_rate": 0,
"subscribe_authorization_rate": 0,
"publish_authorization_rate": 0,
"hourly_ban_rate": 0,
"mqtt_ban_error_message": null,
"active_sms_rate": 0
}
```
"""
Expand Down

0 comments on commit 5338269

Please sign in to comment.