Skip to content

Commit 36592a4

Browse files
Respond to PR feedback.
1 parent aed6dcd commit 36592a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/html/topics/dependency-resolution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ has to backtrack, which means also discarding some of the work that has already
3131
been done, and going back to choose another path.
3232

3333
This can look like pip downloading multiple versions of the same package,
34-
since pip explicitly presents each download to the user. The backtracking
35-
of choices made during this step is not unexpected behavior or a bug; it is part
36-
of how dependency resolution for Python packages works.
34+
since pip explicitly presents each download to the user. The backtracking of
35+
choices made during this step is not unexpected behaviour or a bug. It is part of how
36+
dependency resolution for Python packages works.
3737

3838
````{admonition} Example
3939
The user requests `pip install tea`. The package `tea` declares a dependency on

0 commit comments

Comments
 (0)