From 9fc4ac0b4e876371e25439d3da77d835f85b9725 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 16 Jul 2021 15:07:59 -0700 Subject: [PATCH] Update tools/pinning/DESIGN.md Co-authored-by: ohemorange --- tools/pinning/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pinning/DESIGN.md b/tools/pinning/DESIGN.md index 4f6c0a202..878032c7d 100644 --- a/tools/pinning/DESIGN.md +++ b/tools/pinning/DESIGN.md @@ -35,7 +35,7 @@ platforms. Two other things have helped reduce the problems caused by sdists and are relevant here. The first is the usage of [environment -markers](https://www.python.org/dev/peps/pep-0496/) which allows packages to +markers](https://www.python.org/dev/peps/pep-0496/) which allows a package to consistently declare its conditional dependencies with a static string specifying the conditions where a dependency is required instead of dynamically generating the list of required dependencies at runtime. This static string