mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Update python/ql/src/experimental/semmle/python/frameworks/PEP249.qll
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
@@ -23,7 +23,7 @@ private DataFlow::Node connect(DataFlow::TypeTracker t) {
|
||||
DataFlow::Node connect() { result = connect(DataFlow::TypeTracker::end()) }
|
||||
|
||||
/**
|
||||
* Provides models for the `db.Conection` class
|
||||
* Provides models for the `db.Connection` class
|
||||
*
|
||||
* See https://www.python.org/dev/peps/pep-0249/#connection-objects.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user