summaryrefslogtreecommitdiff
path: root/pygments/styles/arduino.py
diff options
context:
space:
mode:
authorNikolay Orlyuk <virkony@gmail.com>2019-01-17 23:30:33 +0100
committerNikolay Orlyuk <virkony@gmail.com>2019-01-17 23:30:33 +0100
commitaf0e2a48443e501d1eebfc69e92b35f36752a951 (patch)
treecae101207515667b3f6728ca9fa64f892345f45c /pygments/styles/arduino.py
parentd11aa5d00081aec00405f1b54a00363caa7c28e7 (diff)
downloadpygments-af0e2a48443e501d1eebfc69e92b35f36752a951.tar.gz
Use unicode literals in docstrings as well
Resolves #1492
Diffstat (limited to 'pygments/styles/arduino.py')
-rw-r--r--pygments/styles/arduino.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/arduino.py b/pygments/styles/arduino.py
index 57e3809e..b500b6d9 100644
--- a/pygments/styles/arduino.py
+++ b/pygments/styles/arduino.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-"""
+u"""
pygments.styles.arduino
~~~~~~~~~~~~~~~~~~~~~~~
@@ -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.
"""