diff --git a/src/gen/plug/docgen/stylesheet.py b/src/gen/plug/docgen/stylesheet.py index 99afb86aa..4e99f76bc 100644 --- a/src/gen/plug/docgen/stylesheet.py +++ b/src/gen/plug/docgen/stylesheet.py @@ -149,7 +149,7 @@ class StyleSheetList(object): Saves the current StyleSheet definitions to the associated file. """ xml_file = open(self.__file, "w") - xml_file.write("\n") + xml_file.write('\n') xml_file.write('\n') for name, sheet in self.map.iteritems():