Skip to content

Commit d0115a5

Browse files
authored
Merge pull request #12255 from webknjaz/patch-1
2 parents 7c5b2f2 + a88e73b commit d0115a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/html/topics/more-dependency-resolution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this article is intended to help readers understand what is happening
88
```{note}
99
This document is a work in progress. The details included are accurate (at the
1010
time of writing), but there is additional information, in particular around
11-
pip's interface with resolvelib, which have not yet been included.
11+
pip's interface with resolvelib, which has not yet been included.
1212
1313
Contributions to improve this document are welcome.
1414
```
@@ -26,7 +26,7 @@ The practical implication of that is that there will always be some situations
2626
where pip cannot determine what to install in a reasonable length of time. We
2727
make every effort to ensure that such situations happen rarely, but eliminating
2828
them altogether isn't even theoretically possible. We'll discuss what options
29-
yopu have if you hit a problem situation like this a little later.
29+
you have if you hit a problem situation like this a little later.
3030

3131
## Python specific issues
3232

@@ -136,7 +136,7 @@ operations:
136136
that satisfy them. This is essentially where the finder interacts with the
137137
resolver.
138138
* `is_satisfied_by` - checks if a candidate satisfies a requirement. This is
139-
basically the implementation of what a requirement meams.
139+
basically the implementation of what a requirement means.
140140
* `get_dependencies` - get the dependency metadata for a candidate. This is
141141
the implementation of the process of getting and reading package metadata.
142142

0 commit comments

Comments
 (0)