diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2020-09-08 20:33:25 +0200 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2020-09-08 20:33:25 +0200 |
commit | 203ef1eff6daebab6f95b0b49e6e6a58168073fb (patch) | |
tree | 7defa199f48a34787f980b6400d8bbaa9380039a /pygments/styles/arduino.py | |
parent | e09d4e0cf23d7c6069ddc690942ceb4cd23fd556 (diff) | |
parent | b2c91c70ee536b0472100d1273818f8bb45529fe (diff) | |
download | pygments-git-bug/angular-html.tar.gz |
Merge branch 'master' into bug/angular-htmlbug/angular-html
# Conflicts:
# tests/test_shell.py
Diffstat (limited to 'pygments/styles/arduino.py')
-rw-r--r-- | pygments/styles/arduino.py | 2 |
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. """ |