summaryrefslogtreecommitdiff
path: root/pygments/formatters/rtf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/formatters/rtf.py')
-rw-r--r--pygments/formatters/rtf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/formatters/rtf.py b/pygments/formatters/rtf.py
index 0dae6aab..1246db2a 100644
--- a/pygments/formatters/rtf.py
+++ b/pygments/formatters/rtf.py
@@ -35,7 +35,7 @@ class RtfFormatter(Formatter):
``'default'``).
`fontface`
- The used font famliy, for example ``Bitstream Vera Sans``. Defaults to
+ The used font family, for example ``Bitstream Vera Sans``. Defaults to
some generic font which is supposed to have fixed width.
`fontsize`
@@ -70,7 +70,7 @@ class RtfFormatter(Formatter):
.replace(u'}', u'\\}')
def _escape_text(self, text):
- # empty strings, should give a small performance improvment
+ # empty strings, should give a small performance improvement
if not text:
return u''