diff options
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 4dfe0f3c..a8cc03cc 100644 --- a/pygments/styles/arduino.py +++ b/pygments/styles/arduino.py @@ -16,7 +16,7 @@ from pygments.token import Keyword, Name, Comment, String, Error, \ class ArduinoStyle(Style): """ The Arduino® language style. This style is designed to highlight the - Arduino source code, so exepect the best results with it. + Arduino source code, so expect the best results with it. """ background_color = "#ffffff" |