Skip to content

Commit

Permalink
FIX: Typo in markdown for kedro notebooks docs
Browse files Browse the repository at this point in the history
Signed-off-by: debugger24 <[email protected]>
  • Loading branch information
debugger24 committed May 26, 2023
1 parent 7697dc4 commit 2713f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notebooks_and_ipython/kedro_and_notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?`.
Expand Down

0 comments on commit 2713f59

Please sign in to comment.