Skip to content

Commit dc4582a

Browse files
fix typo
1 parent feb046a commit dc4582a

File tree

1 file changed

+1
-1
lines changed
  • src/pip/_internal/distributions

1 file changed

+1
-1
lines changed

src/pip/_internal/distributions/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def prepare_distribution_metadata(
5757
"""Generate the information necessary to extract metadata from the artifact.
5858
5959
This method will be executed within the context of ``BuildTracker#track()``, so
60-
it needs to fully identify any seutp requirements so they can be added to the
60+
it needs to fully identify any setup requirements so they can be added to the
6161
same active set of tracked builds, while ``.get_metadata_distribution()`` takes
6262
care of generating and caching the ``BaseDistribution`` to expose to the rest of
6363
the resolve."""

0 commit comments

Comments
 (0)