Skip to content

Commit

Permalink
Fix more docs spellings (#10965)
Browse files Browse the repository at this point in the history
`desecending` -> `descending`
`Retrives` -> `Retrieves`
`programatic` -> `programmatic`
`subproces` -> `subprocess`
  • Loading branch information
kaxil committed Sep 16, 2020
1 parent 905cdd5 commit 22c6316
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2441,7 +2441,7 @@ Airflow 1.10.0, 2018-08-03
- [AIRFLOW-2200] Add snowflake operator with tests
- [AIRFLOW-2178] Add handling on SLA miss errors
- [AIRFLOW-2169] Fix type 'bytes' is not JSON serializable in python3
- [AIRFLOW-2215] Pass environment to subproces.Popen in base_task_runner
- [AIRFLOW-2215] Pass environment to subprocess.Popen in base_task_runner
- [AIRFLOW-2253] Add Airflow CLI instrumentation
- [AIRFLOW-2274] Fix Dataflow tests
- [AIRFLOW-2269] Add Custom Ink as an Airflow user
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ def get_job(
location: Optional[str] = None,
) -> Union[CopyJob, QueryJob, LoadJob, ExtractJob]:
"""
Retrives a BigQuery job. For more information see:
Retrieves a BigQuery job. For more information see:
https://cloud.google.com/bigquery/docs/reference/v2/jobs
:param job_id: The ID of the job. The ID must contain only letters (a-z, A-Z),
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/datacatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ def search_catalog(
:type page_size: int
:param order_by: Specifies the ordering of results, currently supported case-sensitive choices are:
- ``relevance``, only supports desecending
- ``relevance``, only supports descending
- ``last_access_timestamp [asc|desc]``, defaults to descending if not specified
- ``last_modified_timestamp [asc|desc]``, defaults to descending if not specified
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/gdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class GoogleDeploymentManagerHook(GoogleBaseHook): # pylint: disable=abstract-method
"""
Interact with Google Cloud Deployment Manager using the Google Cloud connection.
This allows for scheduled and programatic inspection and deletion fo resources managed by GDM.
This allows for scheduled and programmatic inspection and deletion fo resources managed by GDM.
"""

def __init__(
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/datacatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ class CloudDataCatalogSearchCatalogOperator(BaseOperator):
:type page_size: int
:param order_by: Specifies the ordering of results, currently supported case-sensitive choices are:
- ``relevance``, only supports desecending
- ``relevance``, only supports descending
- ``last_access_timestamp [asc|desc]``, defaults to descending if not specified
- ``last_modified_timestamp [asc|desc]``, defaults to descending if not specified
Expand Down
4 changes: 0 additions & 4 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ Reddit
Redhat
ReidentifyContentResponse
Reinitialising
Retrives
Riccomini
Roadmap
Robinhood
Expand Down Expand Up @@ -628,7 +627,6 @@ dep
deploymentUrl
deps
desc
desecending
deserialization
deserialize
deserialized
Expand Down Expand Up @@ -1043,7 +1041,6 @@ prestocmd
prestodb
prev
profiler
programatic
programmatically
projectId
projectid
Expand Down Expand Up @@ -1211,7 +1208,6 @@ subpackages
subpages
subpartitioned
subpath
subproces
subprocess
subprocesses
subquery
Expand Down

0 comments on commit 22c6316

Please sign in to comment.