diff options
author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-03-17 13:56:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 13:56:37 +0000 |
commit | 5013bfed2e66c9a7f523da28b8950373666acb81 (patch) | |
tree | 689e344e0b2af6bb51143b8b22307686b3d5937d /docs/userguide/pyproject_config.rst | |
parent | 54acea6c19266f7ab9abb1aa91513dba6bcb1ebf (diff) | |
download | python-setuptools-git-5013bfed2e66c9a7f523da28b8950373666acb81.tar.gz |
Apply suggestions from code review
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
Diffstat (limited to 'docs/userguide/pyproject_config.rst')
-rw-r--r-- | docs/userguide/pyproject_config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst index 761a5677..8753761d 100644 --- a/docs/userguide/pyproject_config.rst +++ b/docs/userguide/pyproject_config.rst @@ -117,7 +117,7 @@ consider alternatives. However if your project does not follow these conventional layouts (e.g. you want to use a ``flat-layout`` but at the same time have custom directories at the root of your project), you might need to use the ``find`` - directive as shown bellow: + directive as shown below: .. code-block:: toml |