Skip to content

Commit 8669de5

Browse files
committed
spelling: the
Signed-off-by: Josh Soref <[email protected]>
1 parent 7ee24e5 commit 8669de5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/ql/lib/semmle/python/frameworks/Aioch.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module Aioch {
3131
}
3232

3333
/**
34-
* A call to any of the the execute methods on a `aioch.Client`, which are just async
34+
* A call to any of the execute methods on a `aioch.Client`, which are just async
3535
* versions of the methods in the `clickhouse-driver` PyPI package.
3636
*
3737
* See

python/ql/lib/semmle/python/frameworks/ClickhouseDriver.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module ClickhouseDriver {
5050
string getExecuteMethodName() { result in ["execute_with_progress", "execute", "execute_iter"] }
5151

5252
/**
53-
* A call to any of the the execute methods on a `clickhouse_driver.Client` method
53+
* A call to any of the execute methods on a `clickhouse_driver.Client` method
5454
*
5555
* See
5656
* - https://clickhouse-driver.readthedocs.io/en/latest/api.html#clickhouse_driver.Client.execute

python/ql/lib/semmle/python/frameworks/Stdlib/Urllib2.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ private import semmle.python.Concepts
1010
private import semmle.python.ApiGraphs
1111

1212
/**
13-
* Provides models for the the `urllib2` module, part of
13+
* Provides models for the `urllib2` module, part of
1414
* the Python 2 standard library.
1515
*
1616
* See https://docs.python.org/2/library/urllib2.html

0 commit comments

Comments
 (0)