From ecdd4cfacdb28b497170c5045d30f64cbc61988b Mon Sep 17 00:00:00 2001 From: Carsten Klein Date: Wed, 11 Jul 2018 20:31:43 +0200 Subject: [PATCH] fix #1419 PEP420: fix typo in documentation --- docs/setuptools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setuptools.txt b/docs/setuptools.txt index f990827039..f3e31b831f 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2389,7 +2389,7 @@ Metadata and options are set in the config sections of the same name. * In some cases, complex values can be provided in dedicated subsections for clarity. -* Some keys allow ``file:``, ``attr:``, and ``find:`` and ``find_namespace:`` directives i +* Some keys allow ``file:``, ``attr:``, and ``find:`` and ``find_namespace:`` directives in order to cover common usecases. * Unknown keys are ignored.