diff --git a/docs/pyproject.md b/docs/pyproject.md index 43bee8470ad..aebad9f52ac 100644 --- a/docs/pyproject.md +++ b/docs/pyproject.md @@ -281,7 +281,7 @@ include = [ If no format is specified, `include` defaults to only `sdist`. -In constrast, `exclude` defaults to both `sdist` and `wheel`. +In contrast, `exclude` defaults to both `sdist` and `wheel`. ```toml exclude = ["my_package/excluded.py"]