From f0d4c9031c66fae7de75def23e407bf19f6b3651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sat, 3 Feb 2024 10:18:52 +0100 Subject: [PATCH] formatting --- docs/pyproject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]