Skip to content

Commit

Permalink
Fix rendering of one ANSI sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley committed Oct 12, 2020
1 parent b26ec0b commit 00ffc12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ init(wrap=True):
Recognised ANSI Sequences
.........................

ANSI sequences generally take the form:
ANSI sequences generally take the form::

ESC [ <param> ; <param> ... <command>

Expand Down Expand Up @@ -300,7 +300,8 @@ or two.
License
-------

Copyright Jonathan Hartley & Arnon Yaari, 2013-2020. BSD 3-Clause license; see LICENSE file.
Copyright Jonathan Hartley & Arnon Yaari, 2013-2020. BSD 3-Clause license; see
LICENSE file.


Development
Expand Down

0 comments on commit 00ffc12

Please sign in to comment.