diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 07:48:35 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 07:48:35 +0100 |
commit | e28e54add662c0c843a9521165357a06d65ca4a0 (patch) | |
tree | 909dc68f3de9fcaeda1340680b6b49de478f3889 /pygments/formatters/rtf.py | |
parent | f2e060010b675e4865ed30cab774e623225c4f08 (diff) | |
download | pygments-e28e54add662c0c843a9521165357a06d65ca4a0.tar.gz |
Fix docstring.
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 62c09060..61321270 100644 --- a/pygments/formatters/rtf.py +++ b/pygments/formatters/rtf.py @@ -49,7 +49,7 @@ class RtfFormatter(Formatter): filenames = ['*.rtf'] def __init__(self, **options): - """ + r""" Additional options accepted: ``fontface`` |