diff options
| author | Andrew Pinkham <code@andrewsforge.com> | 2014-04-28 18:48:00 -0500 |
|---|---|---|
| committer | Andrew Pinkham <code@andrewsforge.com> | 2014-04-28 18:48:00 -0500 |
| commit | c2c03030d32e5094b5042155e712dcb8dad1bc0b (patch) | |
| tree | 76a1325070b384543d01a8763c68fcd686b8f103 /pygments/formatters | |
| parent | f89e6695a370413330b57368c649bc02cad36270 (diff) | |
| download | pygments-c2c03030d32e5094b5042155e712dcb8dad1bc0b.tar.gz | |
RTF Formatter: removed unnecessary newline
Diffstat (limited to 'pygments/formatters')
| -rw-r--r-- | pygments/formatters/rtf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/formatters/rtf.py b/pygments/formatters/rtf.py index 7af116dc..041865ca 100644 --- a/pygments/formatters/rtf.py +++ b/pygments/formatters/rtf.py @@ -76,7 +76,6 @@ class RtfFormatter(Formatter): if not text: return '' - # escape text text = self._escape(text) |
