summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygments/__init__.py3
-rwxr-xr-xsetup.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index ec0aa90e..ff17af4f 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -12,7 +12,8 @@
* 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, SVG and ANSI sequences
+ * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
+ formats that PIL supports, and ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainfuck!
diff --git a/setup.py b/setup.py
index 6e622c34..6a863b9e 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,8 @@
* 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, SVG and ANSI sequences
+ * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image \
+ formats that PIL supports and ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainfuck!