Skip to content

Commit 7d6694b

Browse files
authored
Update docs/html/topics/dependency-resolution.md
1 parent 19e9a7e commit 7d6694b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/topics/dependency-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ 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 this step is not unexpected behaviour or a bug. It is part
35+
choices made during this step is not unexpected behaviour or a bug. It is part
3636
of how dependency resolution for Python packages works.
3737

3838
````{admonition} Example

0 commit comments

Comments
 (0)