From d5cad2f95623372e7cad9ebb581f42b5b9c1906e Mon Sep 17 00:00:00 2001 From: Nikolay Orlyuk Date: Thu, 17 Jan 2019 23:30:33 +0100 Subject: Use unicode literals in docstrings as well Resolves #1492 --- pygments/styles/arduino.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pygments/styles/arduino.py') 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. """ -- cgit v1.2.1