We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6635e40 commit db586d2Copy full SHA for db586d2
adafruit_bus_device/i2c_device.py
@@ -154,8 +154,8 @@ def __exit__(self, *exc):
154
def __probe_for_device(self):
155
"""
156
Try to read a byte from an address,
157
- if you get an OSError it means the device is not there
158
- or that the device does not support these means of probing
+ if you get an OSError it means the device is not there
+ or that the device does not support these means of probing
159
160
while not self.i2c.try_lock():
161
pass
0 commit comments