diff options
| author | Georg Brandl <georg@python.org> | 2018-12-18 14:30:49 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2018-12-18 14:30:49 +0100 |
| commit | 53a2e38e73f5b081fde378648d3282ba2cfa4e4f (patch) | |
| tree | 9b27d6186b7cb1c141cb05dfa7e13af67ecffe4c /pygments/formatters | |
| parent | b30f246305216d46a8e440f9a920fd7929d1c821 (diff) | |
| download | pygments-git-53a2e38e73f5b081fde378648d3282ba2cfa4e4f.tar.gz | |
Fix a few markup problems in the docs.
Diffstat (limited to 'pygments/formatters')
| -rw-r--r-- | pygments/formatters/terminal256.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/formatters/terminal256.py b/pygments/formatters/terminal256.py index b18aca65..1235e9ed 100644 --- a/pygments/formatters/terminal256.py +++ b/pygments/formatters/terminal256.py @@ -111,9 +111,9 @@ class Terminal256Formatter(Formatter): See :ref:`AnsiTerminalStyle` for more information. .. versionchanged:: 2.4 - The ansi color names have been updated with names that are easier to + The ANSI color names have been updated with names that are easier to understand and align with colornames of other projects and terminals. - See :ref:`NewAnsiColorNames` for more information. + See :ref:`this table <new-ansi-color-names>` for more information. Options accepted: |
