diff --git a/docs/pyproject.md b/docs/pyproject.md index bf1fb7eda09..014046a58cf 100644 --- a/docs/pyproject.md +++ b/docs/pyproject.md @@ -214,7 +214,7 @@ packages = [ ] ``` -The "to" parameter is designed to specify the relative destination path where the package will be located upon installation. This allows for greater control over the organization of packages within your project's structure. +The `to` parameter is designed to specify the relative destination path where the package will be located upon installation. This allows for greater control over the organization of packages within your project's structure. ```toml [tool.poetry]