diff --git a/docs/pyproject.md b/docs/pyproject.md index 82c8e0fa8c4..90f755063dd 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]