Skip to content

Commit 01ad19b

Browse files
committed
Python: correct qldoc
1 parent c850554 commit 01ad19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/Concepts.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ class SqlConstruction extends DataFlow::Node {
341341

342342
SqlConstruction() { this = range }
343343

344-
/** Gets the argument that specifies the SQL statements to be executed. */
344+
/** Gets the argument that specifies the SQL statements to be constructed. */
345345
DataFlow::Node getSql() { result = range.getSql() }
346346
}
347347

@@ -356,7 +356,7 @@ module SqlConstruction {
356356
* extend `SqlExecution` instead.
357357
*/
358358
abstract class Range extends DataFlow::Node {
359-
/** Gets the argument that specifies the SQL statements to be executed. */
359+
/** Gets the argument that specifies the SQL statements to be constructed. */
360360
abstract DataFlow::Node getSql();
361361
}
362362
}

0 commit comments

Comments
 (0)