diff options
Diffstat (limited to 'pygments/formatters/rtf.py')
-rw-r--r-- | pygments/formatters/rtf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/rtf.py b/pygments/formatters/rtf.py index 9bfed9d8..466c555b 100644 --- a/pygments/formatters/rtf.py +++ b/pygments/formatters/rtf.py @@ -20,7 +20,7 @@ class RtfFormatter(Formatter): Formats tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft® Word® documents. - + *New in Pygments 0.6.* Additional options accepted: |