summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygments/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 7783443e..5f168ff7 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -12,7 +12,7 @@
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
- * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
+ * a number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainfuck!