Utilities/ModuleParser.py

changeset 6735
31e263d49c04
parent 6645
ad476851d7e0
child 6813
7f4cfe76b90c
--- a/Utilities/ModuleParser.py	Wed Feb 13 18:51:15 2019 +0100
+++ b/Utilities/ModuleParser.py	Wed Feb 13 18:59:31 2019 +0100
@@ -646,7 +646,7 @@
                     contents = _hashsub(r"\1", contents)
                 else:
                     if self.file.lower().endswith('.ptl'):
-                            contents = ""
+                        contents = ""
                     else:
                         contents = 1 and m.group("DocstringContents1") \
                             or m.group("DocstringContents2")

eric ide

mercurial