From c4302ae431810c2246c5f9fa9fd4394e0b592a9c Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Tue, 2 May 2023 05:19:00 +0000 Subject: [PATCH] Update extras example to use unioned dependencies --- source/specifications/dependency-specifiers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/specifications/dependency-specifiers.rst b/source/specifications/dependency-specifiers.rst index a5bc52bc7..43b362109 100644 --- a/source/specifications/dependency-specifiers.rst +++ b/source/specifications/dependency-specifiers.rst @@ -147,7 +147,7 @@ many extras as they wish, and each extra results in the declaration of additional dependencies of the distribution **when** the extra is used in a dependency specification. For instance:: - requests[security] + requests[security,tests] Extras union in the dependencies they define with the dependencies of the distribution they are attached to. The example above would result in requests