Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca34219

Browse files
yofftausbn
andauthored
Update python/ql/src/experimental/semmle/python/frameworks/PEP249.qll
Co-authored-by: Taus <[email protected]>
1 parent 1c83d67 commit ca34219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/ql/src/experimental/semmle/python/frameworks

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module Connection {
6666
* See https://www.python.org/dev/peps/pep-0249/#cursor.
6767
*/
6868
module cursor {
69-
/** Gets a reference to the `db.connection.cursor` metod. */
69+
/** Gets a reference to the `db.connection.cursor` method. */
7070
private DataFlow::Node methodRef(DataFlow::TypeTracker t) {
7171
t.startInAttr("cursor") and
7272
result = Connection::instance()

0 commit comments

Comments
 (0)