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

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
yoff
2020-11-02 17:18:18 +01:00
committed by GitHub
parent 6a81987284
commit 1c83d67513

View File

@@ -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.
*/