Skip to content

Commit 9cee7d6

Browse files
committed
pylint
1 parent c6bad96 commit 9cee7d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Introduction
1313
:target: https://travis-ci.org/adafruit/adafruit_CircuitPython_PN532
1414
:alt: Build Status
1515

16-
CircuitPython driver for the `PN532 NFC/RFID Breakout <https://www.adafruit.com/product/364>` and `PN532 NFC/RFID Shield <https://www.adafruit.com/product/789>`_
16+
CircuitPython driver for the `PN532 NFC/RFID Breakout <https://www.adafruit.com/product/364>`_ and `PN532 NFC/RFID Shield <https://www.adafruit.com/product/789>`_
1717

1818
Dependencies
1919
=============

examples/pn532_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# I2C connection:
1414
i2c = busio.I2C(board.SCL, board.SDA)
1515

16-
# Non-hardware
16+
# Non-hardware
1717
#pn532 = adafruit_pn532.PN532_I2C(i2c, debug=False)
1818

1919
# With I2C, we recommend connecting RSTPD_N (reset) to a digital pin for manual

0 commit comments

Comments
 (0)