summaryrefslogtreecommitdiff
path: root/doc/docs
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
commitcb9ffed2cb5e1c17ad6438ee00ff791c17cecf5b (patch)
tree8b1f262cce1bdfe08ba937bbbaa426d50e792fa2 /doc/docs
parent8933a64a6eaf30645af5170b69c09904c4217b6c (diff)
downloadpygments-git-cb9ffed2cb5e1c17ad6438ee00ff791c17cecf5b.tar.gz
Rename ansilist that now is a set, slipped though PR 531 review
Diffstat (limited to 'doc/docs')
-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