File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
python/ql/src/semmle/python/frameworks/internal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ module PEP249 {
48
48
* calls, or a special parameter that will be set when functions are called by external
49
49
* libraries.
50
50
*
51
- * Use the predicate `Connection::instance()` to get references database connections (following PEP 249).
51
+ * Use the predicate `Connection::instance()` to get references to database connections (following PEP 249).
52
52
*
53
53
* Extend this class if the module implementing PEP 249 offers more direct ways to obtain
54
54
* a connection than going through `connect`.
@@ -75,7 +75,7 @@ module PEP249 {
75
75
/**
76
76
* Provides models for database cursors (following PEP 249).
77
77
*
78
- * These are are returned by the `cursor` method on a database connection.
78
+ * These are returned by the `cursor` method on a database connection.
79
79
* See https://www.python.org/dev/peps/pep-0249/#cursor.
80
80
*/
81
81
module Cursor {
@@ -86,7 +86,7 @@ module PEP249 {
86
86
* calls, or a special parameter that will be set when functions are called by external
87
87
* libraries.
88
88
*
89
- * Use the predicate `Connection ::instance()` to get references database cursors (following PEP 249).
89
+ * Use the predicate `Cursor ::instance()` to get references to database cursors (following PEP 249).
90
90
*
91
91
* Extend this class if the module implementing PEP 249 offers more direct ways to obtain
92
92
* a connection than going through `connect`.
You can’t perform that action at this time.
0 commit comments