diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 3f97e8ef9b..c1a42038c2 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -369,7 +369,7 @@ For the simplest use, you can simply use the ``include_package_data`` keyword: [tool.setuptools] include-package-data = true - # This is already the default behaviour if your are using + # This is already the default behaviour if you are using # pyproject.toml to configure your build. # You can deactivate that with `include-package-data = false`