Skip to content

Commit da66228

Browse files
committed
Fix grammar and expand module docstring
1 parent 35308ae commit da66228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_ble/characteristics/json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
`json`
77
====================================================
88
9-
This module provides JSON characteristic.
9+
This module provides a JSON characteristic for reading/writing JSON serializable Python values.
1010
1111
"""
1212

examples/ble_json_central.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
# Read sensor readings from peripheral BLE device using JSON characteristic.
5+
# Read sensor readings from peripheral BLE device using a JSON characteristic.
66

77
from adafruit_ble import BLERadio
88
from adafruit_ble.advertising.standard import ProvideServicesAdvertisement

0 commit comments

Comments
 (0)