##// END OF EJS Templates
Fixed, accidental deletion of format string specifier.
Jonathan Frederic -
Show More
@@ -86,6 +86,8 b' class Exporter(Configurable):'
86 transformers provided by default suffice, there is no need to inherit from
86 transformers provided by default suffice, there is no need to inherit from
87 this class. Instead, override the template_file and file_extension
87 this class. Instead, override the template_file and file_extension
88 traits via a config file.
88 traits via a config file.
89
90 {filters}
89 """
91 """
90
92
91 # finish the docstring
93 # finish the docstring
General Comments 0
You need to be logged in to leave comments. Login now