summaryrefslogtreecommitdiff
path: root/pygments/styles/arduino.py
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2015-10-14 11:54:55 -0700
committerTim Hatch <tim@timhatch.com>2015-10-14 11:54:55 -0700
commit697b7a780f5b3312bc27728a095c6eecd4907d5b (patch)
tree719e376166640381c6707d7d9de8d200448b876c /pygments/styles/arduino.py
parent472d5ed3748eb379aaf4c5256214f1b0b2f48063 (diff)
downloadpygments-697b7a780f5b3312bc27728a095c6eecd4907d5b.tar.gz
Cleanups in preparation for 2.1 release.
Diffstat (limited to 'pygments/styles/arduino.py')
-rw-r--r--pygments/styles/arduino.py3
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"