Skip to content

Commit 65f350b

Browse files
committed
Clarify usage and limitations in doc string
1 parent 25255d5 commit 65f350b

File tree

1 file changed

+1
-1
lines changed
  • adafruit_ble/characteristics

1 file changed

+1
-1
lines changed

adafruit_ble/characteristics/json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
class JsonCharacteristic(Characteristic):
22-
"""Json string characteristic."""
22+
"""Json string characteristic for JSON serializable values of a limited size (max_length)."""
2323

2424
def __init__(
2525
self,

0 commit comments

Comments
 (0)