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 327799b82..f0bc60519 100644 --- a/sphinx/pygments_styles.py +++ b/sphinx/pygments_styles.py @@ -92,5 +92,5 @@ class PyramidStyle(Style): Generic.Output: "#888", Generic.Traceback: "#04D", - Error: "#a40000 bg:#fbe3e4" + Error: "#a40000 bg:#fbe3e4", } |