summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/arduino.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/arduino.py b/pygments/styles/arduino.py
index c734642f..3630ffc2 100644
--- a/pygments/styles/arduino.py
+++ b/pygments/styles/arduino.py
@@ -15,7 +15,7 @@ from pygments.token import Keyword, Name, Comment, String, Error, \
class ArduinoStyle(Style):
- u"""
+ """
The Arduino® language style. This style is designed to highlight the
Arduino source code, so exepect the best results with it.
"""