From 2a0cecbb5037d04f1ecbf5f2336ef26813e2967c Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Wed, 19 Jan 2022 04:00:07 +0800 Subject: Fix typos (#2030) --- pygments/styles/arduino.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygments/styles/arduino.py') 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" -- cgit v1.2.1