summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2016-02-14 15:17:47 -0800
committerMatthias Bussonnier <bussonniermatthias@gmail.com>2016-02-14 15:17:47 -0800
commita34c939edf7b8b3f008daa3c1b7e2c94d34db550 (patch)
tree877beecd4b9ef9f634fd443a654e29471cf90d75 /doc
parent5cc92cf8771627278cdb7b374ba0a101fad72bd2 (diff)
downloadpygments-a34c939edf7b8b3f008daa3c1b7e2c94d34db550.tar.gz
Rename ansilist that now is a set, slipped though PR 531 review
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