diff options
author | Tim Hatch <tim@timhatch.com> | 2015-10-14 11:54:55 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2015-10-14 11:54:55 -0700 |
commit | 697b7a780f5b3312bc27728a095c6eecd4907d5b (patch) | |
tree | 719e376166640381c6707d7d9de8d200448b876c /pygments/styles/arduino.py | |
parent | 472d5ed3748eb379aaf4c5256214f1b0b2f48063 (diff) | |
download | pygments-697b7a780f5b3312bc27728a095c6eecd4907d5b.tar.gz |
Cleanups in preparation for 2.1 release.
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" |