Skip to content

Commit

Permalink
docs: Fix a typo in explicit package sources section (#8018)
Browse files Browse the repository at this point in the history
(cherry picked from commit 198d6ff)
  • Loading branch information
Jeremiah-England authored and radoering committed May 26, 2023
1 parent a1b5f33 commit a2175ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit a2175ff

Please sign in to comment.