From 198d6ff8caf22215f85e055578fa4b6c4526d061 Mon Sep 17 00:00:00 2001 From: Jeremiah England <34973839+Jeremiah-England@users.noreply.github.com> Date: Fri, 26 May 2023 14:42:41 -0400 Subject: [PATCH] docs: Fix a typo in explicit package sources section (#8018) --- docs/repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repositories.md b/docs/repositories.md index 666d9eaec7d..541236c8d04 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -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/