summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-15 08:50:55 +0100
committerGeorg Brandl <georg@python.org>2016-02-15 08:50:55 +0100
commitb570292e9f851e5ca98e879b40749dd212f2b554 (patch)
tree4849a072ad574b7ca2376241e5c6e07e6c61e91c /doc
parent96372ec5bd65fcc95c1dbffdba4475d3e8e425f7 (diff)
parenta34c939edf7b8b3f008daa3c1b7e2c94d34db550 (diff)
downloadpygments-b570292e9f851e5ca98e879b40749dd212f2b554.tar.gz
merge
Diffstat (limited to 'doc')
-rw-r--r--doc/docs/styles.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/styles.rst b/doc/docs/styles.rst
index 394c8ed2..1094a270 100644
--- a/doc/docs/styles.rst
+++ b/doc/docs/styles.rst
@@ -154,7 +154,7 @@ Terminal Styles
Custom styles used with the 256-color terminal formatter can also map colors to
use the 8 default ANSI colors. To do so, use ``#ansigreen``, ``#ansired`` or
-any other colors defined in :attr:`pygments.style.ansilist`. Foreground ANSI
+any other colors defined in :attr:`pygments.style.ansicolors`. Foreground ANSI
colors will be mapped to the corresponding `escape codes 30 to 37
<https://en.wikipedia.org/wiki/ANSI_escape_code#Colors>`_ thus respecting any
custom color mapping and themes provided by many terminal emulators. Light