Skip to content

Commit 3fd6100

Browse files
mjwsolomerelcht
andauthored
Fix missing space in OmegaConfigLoader docs (#5342)
* Fix missing space in OmegaConfigLoader docs Added missing space between backtick and "configuration" in the notebook example documentation. Signed-off-by: Marc <ucabm11@ucl.ac.uk> * Fix linting Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com> --------- Signed-off-by: Marc <ucabm11@ucl.ac.uk> Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com> Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com> Co-authored-by: Merel Theisen <merel.theisen@quantumblack.com>
1 parent 90a13ee commit 3fd6100

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/integrations-and-plugins/notebooks_and_ipython/notebook-example/add_kedro_to_a_notebook.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -529,11 +529,7 @@
529529
"cell_type": "markdown",
530530
"id": "8d2e4e6b",
531531
"metadata": {},
532-
"source": [
533-
"It's also possible to use Kedro's `OmegaConfigLoader`configuration loader to initialise the Data Catalog.\n",
534-
"\n",
535-
"To load `catalog.yml` the code is as follows:"
536-
]
532+
"source": "It's also possible to use Kedro's `OmegaConfigLoader` configuration loader to initialise the Data Catalog.\n\nTo load `catalog.yml` the code is as follows:"
537533
},
538534
{
539535
"cell_type": "code",

docs/integrations-and-plugins/notebooks_and_ipython/notebook-example/add_kedro_to_a_notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ catalog = DataCatalog.from_config(conf_catalog)
339339
...
340340
```
341341

342-
It's also possible to use Kedro's `OmegaConfigLoader`configuration loader to initialise the Data Catalog.
342+
It's also possible to use Kedro's `OmegaConfigLoader` configuration loader to initialise the Data Catalog.
343343

344344
To load `catalog.yml` the code is as follows:
345345

0 commit comments

Comments
 (0)