File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
python/ql/src/experimental/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ private module SaxBasedParsing {
154
154
}
155
155
156
156
/**
157
- * Gets a reference to a XML sax parser that has `feature_external_ges` turned on.class
157
+ * Gets a reference to a XML sax parser that has `feature_external_ges` turned on.
158
158
*
159
159
* See https://docs.python.org/3/library/xml.sax.handler.html#xml.sax.handler.feature_external_ges
160
160
*/
@@ -194,7 +194,7 @@ private module SaxBasedParsing {
194
194
}
195
195
196
196
/**
197
- * Gets a reference to a XML sax parser that has `feature_external_ges` turned on.class
197
+ * Gets a reference to a XML sax parser that has `feature_external_ges` turned on.
198
198
*
199
199
* See https://docs.python.org/3/library/xml.sax.handler.html#xml.sax.handler.feature_external_ges
200
200
*/
@@ -301,7 +301,7 @@ private module SaxBasedParsing {
301
301
302
302
private module Lxml {
303
303
/**
304
- * Provides models for `lxml.etree` parsers
304
+ * Provides models for `lxml.etree` parsers.
305
305
*
306
306
* See https://lxml.de/apidoc/lxml.etree.html?highlight=xmlparser#lxml.etree.XMLParser
307
307
*/
You can’t perform that action at this time.
0 commit comments