diff options
| author | jvoisin | 2011-08-05 22:35:05 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-05 22:35:05 +0200 |
| commit | 10e3de8ad65f98804737e1d3ddb3c26b224d3f33 (patch) | |
| tree | 137a15dc4416f469ec06a2100494b15450f05c06 /lib | |
| parent | 4b4c34d561c4ba81274c861de47c9807dbe76ca8 (diff) | |
Complete the documentation
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mat.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
