Commit 198d6ff8 by Jeremiah England Committed by GitHub

docs: Fix a typo in explicit package sources section (#8018)

parent c77ffbda
......@@ -227,7 +227,7 @@ There can be more than one supplemental package source.
If package sources are configured as explicit, these sources are only searched when a package configuration [explicitly indicates](#package-source-constraint) that it should be found on this package source.
You can configure a package source as an explicit source with `priority = "explicit` in your package source configuration.
You can configure a package source as an explicit source with `priority = "explicit"` in your package source configuration.
```bash
poetry source add --priority=explicit foo https://foo.bar/simple/
......
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