From 0c17ab1b2fdc03edf7c98b000f36a8ced67df7a9 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Tue, 19 Oct 2010 15:37:55 +0000 Subject: [PATCH] 4292: Error in RTF output svn: r16013 --- src/plugins/docgen/RTFDoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/docgen/RTFDoc.py b/src/plugins/docgen/RTFDoc.py index a15057c38..9ef91f443 100644 --- a/src/plugins/docgen/RTFDoc.py +++ b/src/plugins/docgen/RTFDoc.py @@ -494,7 +494,7 @@ class RTFDoc(BaseDoc,TextDoc): else: 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. line : text to process