Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Apr 7, 2023
1 parent a03b7e5 commit f3a4620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f3a4620

Please sign in to comment.