From 3f87bdec6edef0a80a1dc8aa6de8df758b00f896 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Tue, 19 Oct 2010 15:37:28 +0000 Subject: [PATCH] 4292: Error in RTF output svn: r16012 --- 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 52de5924d..e81055b31 100644 --- a/src/plugins/docgen/RTFDoc.py +++ b/src/plugins/docgen/RTFDoc.py @@ -485,7 +485,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