diff --git a/src/python/pants/backend/python/util_rules/local_dists_pep660.py b/src/python/pants/backend/python/util_rules/local_dists_pep660.py index 1392a6c52185..850ab0e6d555 100644 --- a/src/python/pants/backend/python/util_rules/local_dists_pep660.py +++ b/src/python/pants/backend/python/util_rules/local_dists_pep660.py @@ -462,7 +462,7 @@ async def sort_all_python_distributions_by_resolve( @dataclass(frozen=True) class EditableLocalDistsRequest: - """Request toild generate PEP660 wheels of local dists in the given resolve. + """Request to generate PEP660 wheels of local dists in the given resolve. The editable wheel files must not be exported or made available to the end-user (according to PEP 660). Instead, the PEP660 editable wheels serve as intermediate, internal-only, diff --git a/src/python/pants/backend/python/util_rules/local_dists_pep660_test.py b/src/python/pants/backend/python/util_rules/local_dists_pep660_test.py index 822cd6b8abab..cea7037f3cd2 100644 --- a/src/python/pants/backend/python/util_rules/local_dists_pep660_test.py +++ b/src/python/pants/backend/python/util_rules/local_dists_pep660_test.py @@ -1,4 +1,4 @@ -# Copyright 2021 Pants project contributors (see CONTRIBUTORS.md). +# Copyright 2023 Pants project contributors (see CONTRIBUTORS.md). # Licensed under the Apache License, Version 2.0 (see LICENSE). from __future__ import annotations