summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri+github@gmail.com>2022-06-10 16:39:40 +0100
committerGitHub <noreply@github.com>2022-06-10 16:39:40 +0100
commit3820d57c1d8475698f48639a6ebc228d2390fade (patch)
tree0858d1cfda92fd1097bca03eeda880c3c95e9b7a /docs
parent0d45acaaeae9db4adef4f450429b12bfc974cb13 (diff)
downloadpython-setuptools-git-3820d57c1d8475698f48639a6ebc228d2390fade.tar.gz
Apply suggestions from code review
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/declarative_config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/declarative_config.rst b/docs/userguide/declarative_config.rst
index 4778dcf8..fd866b68 100644
--- a/docs/userguide/declarative_config.rst
+++ b/docs/userguide/declarative_config.rst
@@ -120,7 +120,7 @@ In this example, the value for the :ref:`package_dir <keyword/package_dir>`
configuration (i.e. ``=src``) is parsed as ``{"": "src"}``.
The ``""`` key has a special meaning in this context, and indicates that all the
packages are contained inside the given directory.
-Also note that the value for ``[options.packages.find] where`` matches to the
+Also note that the value for ``[options.packages.find] where`` matches the
value associated with ``""`` in the ``package_dir`` dictionary.
..