We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc0d1d commit 8bad1f4Copy full SHA for 8bad1f4
docs/create/minimal_kedro_project.md
@@ -93,13 +93,12 @@ kedro_init_version = "0.19.9"
93
source_dir = "."
94
```
95
96
-At this point, your workingn directory should look like this:
+At this point, your working directory should look like this:
97
```bash
98
.
99
├── pyproject.toml
100
101
102
-
103
!!! note
104
Note we define `source_dir = "."`, usually we keep our source code inside a directory called `src`.
105
For this example, we try to keep the structure minimal so we keep the source code in the root directory
0 commit comments