diff --git a/docs/concepts/projects/config.md b/docs/concepts/projects/config.md index 39bbf9213661..6b3f4eb66354 100644 --- a/docs/concepts/projects/config.md +++ b/docs/concepts/projects/config.md @@ -71,7 +71,7 @@ hello = "example:app" ### Plugin entry points Projects may define entry points for plugin discovery in the -[`\[project.entry-points\]`](https://packaging.python.org/en/latest/guides/creating-and-discovering-plugins/#using-package-metadata) +[`[project.entry-points]`](https://packaging.python.org/en/latest/guides/creating-and-discovering-plugins/#using-package-metadata) table of the `pyproject.toml`. For example, to register the `example-plugin-a` package as a plugin for `example`: