Commit 22ca87c9 by Colton Hicks Committed by Mathieu Kniewallner

Fix typo

parent f97f7bce
...@@ -353,7 +353,7 @@ my-package = {path = "../my/path", develop = true} ...@@ -353,7 +353,7 @@ my-package = {path = "../my/path", develop = true}
``` ```
{{% note %}} {{% note %}}
Before poetry 1.1 path dependencies were installed in editable mode by default. You should always set the `develop` attribute explicit, Before poetry 1.1 path dependencies were installed in editable mode by default. You should always set the `develop` attribute explicitly,
to make sure the behavior is the same for all poetry versions. to make sure the behavior is the same for all poetry versions.
{{% /note %}} {{% /note %}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment