Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Mar 7, 2017
1 parent c922fa2 commit 62732e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luma/core/serial.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class i2c(object):
Circuit) interface to provide :py:func:`data` and :py:func:`command` methods.
:param bus: a *smbus* implementation, if `None` is supplied (default),
`smbus2 <https://https://pypi.python.org/pypi/smbus2/0.1.4>`_ is used.
`smbus2 <https://https://pypi.python.org/pypi/smbus2>`_ is used.
Typically this is overridden in tests, or if there is a specific
reason why `pysmbus <https://pypi.python.org/pypi/pysmbus>`_ must be used
over smbus2
Expand Down

0 comments on commit 62732e4

Please sign in to comment.