Skip to content

Commit

Permalink
Docs: Remove Python 2 mentions (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Sep 6, 2021
1 parent c264d41 commit e651d9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,5 +274,4 @@

intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'python2': ('https://docs.python.org/2.7', None),
}
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Writing To Display

Regular text can be written to the :class:`~RPLCD.i2c.CharLCD` instance using
the :meth:`~RPLCD.i2c.CharLCD.write_string` method. It accepts unicode strings
(``str`` in Python 3, ``unicode`` in Python 2).
(``str`` in Python 3).

The cursor position can be set by assigning a ``(row, col)`` tuple to
:attr:`~RPLCD.i2c.CharLCD.cursor_pos`. It can be reset to the starting position
Expand Down

0 comments on commit e651d9c

Please sign in to comment.