summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-14 09:21:34 +0200
committerGeorg Brandl <georg@python.org>2014-10-14 09:21:34 +0200
commit0f46321f9c947f8a016da8ab111d44119bf52708 (patch)
tree400f73eb785be58f3eb95a8255a24eba5f056378
parent8a42b5dc34e512a7fb3a9d7ce4d5cc436eccb099 (diff)
downloadpygments-0f46321f9c947f8a016da8ab111d44119bf52708.tar.gz
Remove non-ASCII from non-Unicode string.
-rw-r--r--pygments/formatters/rtf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/rtf.py b/pygments/formatters/rtf.py
index abecd484..62c09060 100644
--- a/pygments/formatters/rtf.py
+++ b/pygments/formatters/rtf.py
@@ -20,7 +20,7 @@ class RtfFormatter(Formatter):
"""
Format 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.
+ Paste into Microsoft(R) Word(R) documents.
Please note that ``encoding`` and ``outencoding`` options are ignored.
The RTF format is ASCII natively, but handles unicode characters correctly