Skip to content

Commit 5ee6525

Browse files
committed
[DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
1 parent eceaa8b commit 5ee6525

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/catalog-data/advanced_data_catalog_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ catalog["cars"] = ["Ferrari", "Audi"] # Add raw data
103103
```
104104
When raw data is added, it's automatically wrapped in a `MemoryDataset`.
105105

106-
## How to iterate trough datasets in the catalog
106+
## How to iterate through datasets in the catalog
107107

108108
`DataCatalog` supports iteration over dataset names (keys), datasets (values), and both (items). Iteration defaults to dataset names, similar to standard Python dictionaries:
109109

docs/create/new_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ kedro run
130130
```
131131

132132
```{warning}
133-
`kedro run` requires at least one pipeline with nodes. Please define a pipeline before running this command and ensure it is registred in `pipeline_registry.py`.
133+
`kedro run` requires at least one pipeline with nodes. Please define a pipeline before running this command and ensure it is registered in `pipeline_registry.py`.
134134
```
135135

136136
## Visualise a Kedro project

docs/deploy/distributed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ We encourage you to play with different ways of parameterising your runs as you
4040

4141
## 4. (Optional) Create starters
4242

43-
You may opt to [build your own Kedro starter](../tutorials/settings.md) if you regularly have to deploy in a similar environment or to a similar platform. The starter enables you to re-use any deployment scripts written as part of step 2.
43+
You may opt to [build your own Kedro starter](../tutorials/settings.md) if you regularly have to deploy in a similar environment or to a similar platform. The starter enables you to reuse any deployment scripts written as part of step 2.

docs/deploy/supported-platforms/kubeflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here are the main reasons to use Kubeflow Pipelines:
88

99
- It is cloud-agnostic and can run on any Kubernetes cluster
1010
- Kubeflow is tailored towards machine learning workflows for model deployment, experiment tracking, and hyperparameter tuning
11-
- You can re-use components and pipelines to create E2E solutions
11+
- You can reuse components and pipelines to create E2E solutions
1212

1313

1414
## The `kedro-kubeflow` plugin

0 commit comments

Comments
 (0)