Skip to content

Commit 683c2fa

Browse files
authored
Apply suggestions from code review
1 parent 3f6c55e commit 683c2fa

File tree

1 file changed

+3
-3
lines changed
  • python/ql/src/experimental/semmle/python/frameworks

1 file changed

+3
-3
lines changed

python/ql/src/experimental/semmle/python/frameworks/Xml.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

302302
private 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
*/

0 commit comments

Comments
 (0)