Skip to content

Commit cc469b4

Browse files
authored
Merge pull request #12546 from brannondorsey/dependency-resolution-grammar-fix
Minor grammar fix in dependency-resolution.md
2 parents 0235025 + 7d6694b commit cc469b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/topics/dependency-resolution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ been done, and going back to choose another path.
3232

3333
This can look like pip downloading multiple versions of the same package,
3434
since pip explicitly presents each download to the user. The backtracking of
35-
choices made during is not unexpected behaviour or a bug. It is part of how
36-
dependency resolution for Python packages works.
35+
choices made during this step is not unexpected behaviour or a bug. It is part
36+
of how 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)