Skip to content

Commit

Permalink
fix invalid toml in docs (#3323)
Browse files Browse the repository at this point in the history
Signed-off-by: Nok <[email protected]>
  • Loading branch information
noklam authored Nov 21, 2023
1 parent e13340c commit e8f1bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/kedro_project_setup/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Every Kedro project comes with a default pre-populated `pyproject.toml` file in

```toml
[tool.kedro]
package_name = package_name
project_name = project_name
kedro_init_version = kedro_version
package_name = "package_name"
project_name = "project_name"
kedro_init_version = "kedro_version"
```

The `package_name` should be a [valid Python package name](https://peps.python.org/pep-0423/) and the `project_name` should be a human-readable name. They are both mandatory keys for your project.
Expand Down

0 comments on commit e8f1bfd

Please sign in to comment.