summaryrefslogtreecommitdiff
path: root/pygments/styles/arduino.py
diff options
context:
space:
mode:
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"