diff options
author | Tim Hatch <tim@timhatch.com> | 2015-10-14 17:46:01 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2015-10-14 17:46:01 -0700 |
commit | c1e48207c44e49ed0c0e45f81f4a4c19041d5fcb (patch) | |
tree | b084ba7a352aac219249fb07366be69cdce97e24 /pygments/styles/arduino.py | |
parent | 88627c9a5973f7b664448f0b166273dbf3b87db2 (diff) | |
parent | 2bfc536db8c705f73d72081ed436699915a502a3 (diff) | |
download | pygments-c1e48207c44e49ed0c0e45f81f4a4c19041d5fcb.tar.gz |
Merged in MadcapJake/pygments-main (pull request #499)
Diffstat (limited to 'pygments/styles/arduino.py')
-rw-r--r-- | pygments/styles/arduino.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/styles/arduino.py b/pygments/styles/arduino.py index f6bcd1cd..cb4d17b0 100644 --- a/pygments/styles/arduino.py +++ b/pygments/styles/arduino.py @@ -16,7 +16,8 @@ from pygments.token import Keyword, Name, Comment, String, Error, \ class ArduinoStyle(Style): """ - The Arduino® language style. This style is designed to highlight the Arduino source code, so exepect the best results with it. + The Arduino® language style. This style is designed to highlight the + Arduino source code, so exepect the best results with it. """ background_color = "#ffffff" |