From 2f248a4fc650f44d40323466b18d436024d83c75 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Fri, 26 May 2023 11:59:17 +0100 Subject: [PATCH] FIX: Typo in markdown for kedro notebooks docs (#2610) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * FIX: Typo in markdown for kedro notebooks docs Signed-off-by: debugger24 * Acknowledge community contribution --------- Signed-off-by: debugger24 Co-authored-by: Juan Luis Cano Rodríguez --- RELEASE.md | 1 + docs/source/notebooks_and_ipython/kedro_and_notebooks.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index e71eb13406..783d837d18 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -25,6 +25,7 @@ Many thanks to the following Kedroids for contributing PRs to this release: * [tomasvanpottelbergh](https://github.com/tomasvanpottelbergh) +* [https://github.com/debugger24](https://github.com/debugger24) ## Upcoming deprecations for Kedro 0.19.0 diff --git a/docs/source/notebooks_and_ipython/kedro_and_notebooks.md b/docs/source/notebooks_and_ipython/kedro_and_notebooks.md index 6e6ca31ec5..d32139b2f8 100644 --- a/docs/source/notebooks_and_ipython/kedro_and_notebooks.md +++ b/docs/source/notebooks_and_ipython/kedro_and_notebooks.md @@ -183,7 +183,7 @@ You don't need to restart the kernel to reload the Kedro IPython extension and r `%reload_kedro` accepts optional keyword arguments `env` and `params`. For example, to use configuration environment `prod`: ```ipython -%reload_kedro --env=prod` +%reload_kedro --env=prod ``` For more details, run `%reload_kedro?`.