summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjvoisin2011-08-05 22:35:05 +0200
committerjvoisin2011-08-05 22:35:05 +0200
commit10e3de8ad65f98804737e1d3ddb3c26b224d3f33 (patch)
tree137a15dc4416f469ec06a2100494b15450f05c06 /lib
parent4b4c34d561c4ba81274c861de47c9807dbe76ca8 (diff)
Complete the documentation
Diffstat (limited to 'lib')
-rw-r--r--lib/mat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mat.py b/lib/mat.py
index 23255d5..ad66d92 100644
--- a/lib/mat.py
+++ b/lib/mat.py
@@ -80,7 +80,7 @@ class XMLParser(xml.sax.handler.ContentHandler):
80 self.list.append(self.dict.copy()) 80 self.list.append(self.dict.copy())
81 self.dict.clear() 81 self.dict.clear()
82 else: 82 else:
83 content = self.content.replace('\n', ' ') 83 content = self.content.replace('\s', ' ')
84 self.dict[self.key] = content 84 self.dict[self.key] = content
85 self.between = False 85 self.between = False
86 86