diff options
author | Andrew Pinkham <code@andrewsforge.com> | 2014-04-28 18:16:17 -0500 |
---|---|---|
committer | Andrew Pinkham <code@andrewsforge.com> | 2014-04-28 18:16:17 -0500 |
commit | 2364f8848dbc16bf78123704eb82d9bb53dc0c8b (patch) | |
tree | 0bace00ba0c33312ddda7d6038c82fced4438557 | |
parent | 8bb12933987249b1e1e1d84d9305e7e6e0cb6d9b (diff) | |
download | pygments-2364f8848dbc16bf78123704eb82d9bb53dc0c8b.tar.gz |
RTF Formatter: fixed typo in test.
-rw-r--r-- | tests/test_rtf_formatter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_rtf_formatter.py b/tests/test_rtf_formatter.py index 2b6aeeac..ca500786 100644 --- a/tests/test_rtf_formatter.py +++ b/tests/test_rtf_formatter.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ - Pygments LaTeX formatter tests + Pygments RTF formatter tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. |