##// END OF EJS Templates
Fixed broken comment on start def
Jonathan Frederic -
Show More
@@ -136,7 +136,7 b' class NbConvertApp(BaseIPythonApplication):'
136 136
137 137 def start(self, argv=None):
138 138 """
139 Entrypoint of NbConvert application.
139 Ran after initiialization completed
140 140 """
141 141 super(NbConvertApp, self).start()
142 142 self.convert_notebooks()
General Comments 0
You need to be logged in to leave comments. Login now