summaryrefslogtreecommitdiff
path: root/pygments/styles/arduino.py
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2019-03-06 18:57:45 +0000
committerAnteru <bitbucket@ca.sh13.net>2019-03-06 18:57:45 +0000
commitbce3a972a54517884bcbd45e09e0d3e911fe53d7 (patch)
tree2ede7d7e59662a0c783bfb02046fd8f3e51f9662 /pygments/styles/arduino.py
parent9cf54bd260fe4ec5acafc29965107c13ad0e7133 (diff)
parent17d2686040bc9eb9255f103e8573e85225bae920 (diff)
downloadpygments-git-bce3a972a54517884bcbd45e09e0d3e911fe53d7.tar.gz
Merged in jkmartindale/pygments-main (pull request #775)
Fix external links in RdLexer and NewLispLexer Approved-by: James Martindale <atlassian@jkmartindale.com>
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.
"""