spelling: the

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-12 16:23:12 -04:00
parent 7ee24e5fbb
commit 8669de57e7
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ module Aioch {
}
/**
* A call to any of the the execute methods on a `aioch.Client`, which are just async
* A call to any of the execute methods on a `aioch.Client`, which are just async
* versions of the methods in the `clickhouse-driver` PyPI package.
*
* See

View File

@@ -50,7 +50,7 @@ module ClickhouseDriver {
string getExecuteMethodName() { result in ["execute_with_progress", "execute", "execute_iter"] }
/**
* A call to any of the the execute methods on a `clickhouse_driver.Client` method
* A call to any of the execute methods on a `clickhouse_driver.Client` method
*
* See
* - https://clickhouse-driver.readthedocs.io/en/latest/api.html#clickhouse_driver.Client.execute

View File

@@ -10,7 +10,7 @@ private import semmle.python.Concepts
private import semmle.python.ApiGraphs
/**
* Provides models for the the `urllib2` module, part of
* Provides models for the `urllib2` module, part of
* the Python 2 standard library.
*
* See https://docs.python.org/2/library/urllib2.html