diff options
Diffstat (limited to 'sphinx/pygments_styles.py')
-rw-r--r-- | sphinx/pygments_styles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/pygments_styles.py b/sphinx/pygments_styles.py index a15f2f393..ff2263e1c 100644 --- a/sphinx/pygments_styles.py +++ b/sphinx/pygments_styles.py @@ -12,7 +12,7 @@ from pygments.style import Style from pygments.styles.friendly import FriendlyStyle from pygments.token import Generic, Comment, Number, Whitespace, Keyword, \ - Operator, Name, String, Error + Operator, Name, String, Error class NoneStyle(Style): |