diff options
| author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-06-10 16:39:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-10 16:39:40 +0100 |
| commit | 3820d57c1d8475698f48639a6ebc228d2390fade (patch) | |
| tree | 0858d1cfda92fd1097bca03eeda880c3c95e9b7a /docs | |
| parent | 0d45acaaeae9db4adef4f450429b12bfc974cb13 (diff) | |
| download | python-setuptools-git-3820d57c1d8475698f48639a6ebc228d2390fade.tar.gz | |
Apply suggestions from code review
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/userguide/declarative_config.rst | 2 |
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. .. |
