@@ -138,8 +138,8 @@ def eval(self, text: String, evaluation: Evaluation):
138138
139139 def eval_with_element (self , text , element , evaluation : Evaluation ):
140140 """%(name)s[text_String, element_]"""
141- # FIXME? : right now we aren't using element. Things might be
142- # more efficient if we used element?
141+ # FIXME: right now we aren't using element, and should use this to more
142+ # efficiently extract part of the XML file that we want.
143143 return self .eval (text , evaluation )
144144
145145
@@ -421,8 +421,8 @@ def source(filename):
421421
422422 def eval_with_element (self , text , element , evaluation : Evaluation ):
423423 """%(name)s[text_String, element_]"""
424- # FIXME? : right now we aren't using element. Things might be
425- # more efficient if we used element?
424+ # FIXME: right now we aren't using element, and should use this to more
425+ # efficiently extract part of the XML file that we want.
426426 return self .eval (text , evaluation )
427427
428428
@@ -470,6 +470,6 @@ def eval(self, text, evaluation: Evaluation):
470470
471471 def eval_with_element (self , text , element , evaluation : Evaluation ):
472472 """%(name)s[text_String, element_]"""
473- # FIXME? : right now we aren't using element. Things might be
474- # more efficient if we used element?
473+ # FIXME: right now we aren't using element, and should use this to more
474+ # efficiently extract part of the HTML file that we want.
475475 return self .eval (text , evaluation )
0 commit comments