Skip to content

Commit 8f6d733

Browse files
committed
restful yams pt.2
1 parent 4e49be0 commit 8f6d733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
2626
- pip install --force-reinstall pylint==1.9.2
2727
script:
28-
- pylint adafruit_mcp230xx.py/*.py
28+
- pylint adafruit_mcp230xx/*.py
2929
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
3030
examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-mcp230xx --library_location

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.. automodule:: adafruit_mcp230xx.mcp23008
1111
:members:
1212

13-
.. automodule:: adafruit_mcp230xx.mcp230017
13+
.. automodule:: adafruit_mcp230xx.mcp23017
1414
:members:
1515

1616
.. automodule:: adafruit_mcp230xx.digital_inout

0 commit comments

Comments
 (0)