4292: Error in RTF output

svn: r16013
This commit is contained in:
Benny Malengier 2010-10-19 15:37:55 +00:00
parent 76447482ef
commit 0c17ab1b2f

View File

@ -494,7 +494,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