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 {
154154 }
155155
156156 /**
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.
158158 *
159159 * See https://docs.python.org/3/library/xml.sax.handler.html#xml.sax.handler.feature_external_ges
160160 */
@@ -194,7 +194,7 @@ private module SaxBasedParsing {
194194 }
195195
196196 /**
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.
198198 *
199199 * See https://docs.python.org/3/library/xml.sax.handler.html#xml.sax.handler.feature_external_ges
200200 */
@@ -301,7 +301,7 @@ private module SaxBasedParsing {
301301
302302private module Lxml {
303303 /**
304- * Provides models for `lxml.etree` parsers
304+ * Provides models for `lxml.etree` parsers.
305305 *
306306 * See https://lxml.de/apidoc/lxml.etree.html?highlight=xmlparser#lxml.etree.XMLParser
307307 */
You can’t perform that action at this time.
0 commit comments