Skip to content

Commit 5338269

Browse files
committed
Flatten docstring example
1 parent ea001cc commit 5338269

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

adafruit_io/adafruit_io.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -869,17 +869,17 @@ def get_user_rate_info(self):
869869
870870
See https://io.adafruit.com/api/docs/#get-detailed-user-info
871871
872-
Exampple output:
872+
Example output:
873873
```
874874
{
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
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
883883
}
884884
```
885885
"""

0 commit comments

Comments
 (0)