4292: Error in RTF output

svn: r16012
This commit is contained in:
Benny Malengier 2010-10-19 15:37:28 +00:00
parent 848114ea4e
commit 3f87bdec6e

View File

@ -485,7 +485,7 @@ class RTFDoc(BaseDoc,TextDoc):
else: else:
self.text += i self.text += i
def process_spaces (self, line, format): def process_spaces(line, format):
""" """
Function to process spaces in text lines for flowed and pre-formatted notes. Function to process spaces in text lines for flowed and pre-formatted notes.
line : text to process line : text to process