Skip to content

Commit f920957

Browse files
authored
Fix and remove some more typos from spelling_wordlist.txt (#10845)
1 parent ee8b02a commit f920957

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Bug Fixes
299299
- BugFix: Show task_id in the Graph View tooltip (#7859)
300300
- [AIRFLOW-6730] Use total_seconds instead of seconds (#7363)
301301
- [AIRFLOW-6167] Escape column name in create table in hive (#6741)
302-
- [AIRFLOW-6628] DAG auto-complete now suggests from all acessible DAGs (#7251)
302+
- [AIRFLOW-6628] DAG auto-complete now suggests from all accessible DAGs (#7251)
303303
- [AIRFLOW-7113] Fix gantt render error (#7913)
304304
- [AIRFLOW-6399] Add _access control to validate deserialized DAGs (#7896)
305305
- [AIRFLOW-6399] Serialization: DAG access_control field should be decorated field in DAG serialization (#7879)
@@ -468,7 +468,7 @@ Doc only changes
468468
- [AIRFLOW-XXXX] Fix location of kubernetes tests (#7373)
469469
- [AIRFLOW-XXXX] Remove quotes from domains in Google Oauth (#4226)
470470
- [AIRFLOW-XXXX] Add explicit info about JIRAs for code-related PRs (#7318)
471-
- [AIRFLOW-XXXX] Fix typo commiter => committer (#7392)
471+
- [AIRFLOW-XXXX] Fix typo in the word committer (#7392)
472472
- [AIRFLOW-XXXX] Remove duplicated paragraph in docs (#7662)
473473
- Fix reference to KubernetesPodOperator (#8100)
474474

@@ -870,7 +870,7 @@ Improvements
870870
- [AIRFLOW-5126] Read ``aws_session_token`` in extra_config of the aws hook (#6303)
871871
- [AIRFLOW-5636] Allow adding or overriding existing Operator Links (#6302)
872872
- [AIRFLOW-4965] Handle quote exceptions in GCP AI operators (v1.10) (#6304)
873-
- [AIRFLOW-3783] Speed up Redshift to S3 UNload with HEADERs (#6309)
873+
- [AIRFLOW-3783] Speed up Redshift to S3 unload with HEADERs (#6309)
874874
- [AIRFLOW-3388] Add support to Array Jobs for AWS Batch Operator (#6153)
875875
- [AIRFLOW-4574] add option to provide private_key in SSHHook (#6104) (#6163)
876876
- [AIRFLOW-5530] Fix typo in AWS SQS sensors (#6012)
@@ -3684,7 +3684,7 @@ Airflow 1.7.2
36843684
- [AIRFLOW-399] Remove dags/testdruid.py
36853685
- [AIRFLOW-400] models.py/DAG.set_dag_runs_state() does not correctly set state
36863686
- [AIRFLOW-395] Fix colon/equal signs typo for resources in default config
3687-
- [AIRFLOW-397] Documentation: Fix typo "instatiating" to "instantiating"
3687+
- [AIRFLOW-397] Documentation: Fix typo in the word "instantiating"
36883688
- [AIRFLOW-395] Remove trailing commas from resources in config
36893689
- [AIRFLOW-388] Add a new chart for Task_Tries for each DAG
36903690
- [AIRFLOW-322] Fix typo in FAQ section

airflow/providers/google/cloud/hooks/automl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def update_dataset(
482482
"""
483483
Updates a dataset.
484484
485-
:param dataset: TThe dataset which replaces the resource on the server.
485+
:param dataset: The dataset which replaces the resource on the server.
486486
If a dict is provided, it must be of the same form as the protobuf message Dataset.
487487
:type dataset: Union[dict, Dataset]
488488
:param update_mask: The update mask applies to the resource. If a dict is provided, it must

docs/spelling_wordlist.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ Systemd
344344
TCP
345345
TLS
346346
TTY
347-
TThe
348347
TZ
349348
TaskInstance
350349
Taskfail
@@ -359,7 +358,6 @@ Tomasz
359358
Tooltip
360359
Tsai
361360
UA
362-
UNload
363361
Uellendall
364362
Umask
365363
Un
@@ -400,8 +398,6 @@ Zsh
400398
Zymergen
401399
abc
402400
accessor
403-
accountmaking
404-
acessible
405401
ack
406402
ackIds
407403
acknowledgement
@@ -546,7 +542,6 @@ codebase
546542
codecov
547543
colour
548544
colours
549-
commiter
550545
compat
551546
concat
552547
conda
@@ -829,7 +824,6 @@ instafail
829824
installable
830825
instanceTemplates
831826
instantiation
832-
instatiating
833827
integrations
834828
interdependencies
835829
internalIpOnly

0 commit comments

Comments
 (0)