summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-10-14 22:48:03 +0200
committerGeorg Brandl <georg@python.org>2007-10-14 22:48:03 +0200
commitb17e51e8baa74f4e20dc1750ee387cfd284c5b54 (patch)
tree18d9ae9e324b1f7cca87682c81133866c913e538 /pygments/__init__.py
parent81299704f1ecd450009c164cece2628164896bb3 (diff)
downloadpygments-git-0.9.tar.gz
Add SVG in decsription.0.9
Diffstat (limited to 'pygments/__init__.py')
-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!