eric6/ThirdParty/Pygments/pygments/styles/arduino.py

changeset 7547
21b0534faebc
parent 6942
2602857055c5
child 7701
25f42e208e08
diff -r bf5f777260a6 -r 21b0534faebc eric6/ThirdParty/Pygments/pygments/styles/arduino.py
--- a/eric6/ThirdParty/Pygments/pygments/styles/arduino.py	Tue Apr 21 19:44:19 2020 +0200
+++ b/eric6/ThirdParty/Pygments/pygments/styles/arduino.py	Tue Apr 21 19:47:10 2020 +0200
@@ -5,17 +5,17 @@
 
     Arduino® Syntax highlighting style.
 
-    :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
+    :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
     :license: BSD, see LICENSE for details.
 """
 
 from pygments.style import Style
 from pygments.token import Keyword, Name, Comment, String, Error, \
-     Number, Operator, Generic, Whitespace
+    Number, Operator, Generic, Whitespace
 
 
 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.
     """

eric ide

mercurial