Skip to content

Commit d65fe24

Browse files
committed
merge from main
1 parent 8550727 commit d65fe24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pn532/i2c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class PN532_I2C(PN532):
3232
def __init__(self, i2c, *, irq=None, reset=None, req=None, debug=False):
3333
"""Create an instance of the PN532 class using I2C. Note that PN532
3434
uses clock stretching. Optional IRQ pin (not used),
35-
reset pin and debugging output.
35+
resetp pin and debugging output.
3636
"""
3737
self.debug = debug
3838
self._req = req

0 commit comments

Comments
 (0)