Skip to content

Commit 11c00bc

Browse files
authored
Fix typos: duplicated "the" (#10647)
1 parent 9b2efc6 commit 11c00bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

β€Žairflow/providers/google/cloud/utils/field_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
ranges of values), booleans or any other types of fields.
9292
* API version: (key="api_version") if API version is specified, then the field will only
9393
be validated when api_version used at field validator initialization matches exactly the
94-
the version specified. If you want to declare fields that are available in several
94+
version specified. If you want to declare fields that are available in several
9595
versions of the APIs, you should specify the field as many times as many API versions
9696
should be supported (each time with different API version).
9797
* if none of the keys ("type", "regexp", "custom_validation" - the field is not validated

β€Žairflow/providers/google/firebase/example_dags/example_firestore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
1. Create Google Cloud project and enable the BigQuery API
3838
2. Create the Firebase project
39-
3. Create a bucket in the same location as the the Firebase project
39+
3. Create a bucket in the same location as the Firebase project
4040
4. Grant Firebase admin account permissions to manage BigQuery. This is required to create a dataset.
4141
5. Create a bucket in Firebase project and
4242
6. Give read/write access for Firebase admin to bucket to step no. 5.

β€Žbackport_packages/refactor_backport_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def refactor_amazon_package(self):
381381
"""
382382
Fixes to "amazon" providers package.
383383
384-
Copies some of the classes used from core Airflow to "common.utils" package of the
384+
Copies some of the classes used from core Airflow to "common.utils" package of
385385
the provider and renames imports to use them from there.
386386
387387
We copy typing_compat.py and change import as in example diff:

β€Žtests/api/common/experimental/test_mark_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def test_mark_tasks_subdag(self):
271271
self.assertEqual(len(altered), 14)
272272

273273
# cannot use snapshot here as that will require drilling down the
274-
# the sub dag tree essentially recreating the same code as in the
274+
# sub dag tree essentially recreating the same code as in the
275275
# tested logic.
276276
self.verify_state(self.dag2, task_ids, [self.execution_dates[0]],
277277
State.SUCCESS, [])

0 commit comments

Comments
 (0)