summaryrefslogtreecommitdiff
path: root/pygments/styles/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/styles/__init__.py')
-rw-r--r--pygments/styles/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/__init__.py b/pygments/styles/__init__.py
index 34744c6a..d563baa4 100644
--- a/pygments/styles/__init__.py
+++ b/pygments/styles/__init__.py
@@ -11,8 +11,8 @@
from pygments.plugin import find_plugin_styles
from pygments.util import ClassNotFound
-
-#: Maps style names to 'submodule::classname'.
+#: A dictionary of built-in styles, mapping style names to
+#: ``'submodule::classname'`` strings.
STYLE_MAP = {
'default': 'default::DefaultStyle',
'emacs': 'emacs::EmacsStyle',