@@ -8,7 +8,7 @@ and this article is intended to help readers understand what is happening
8
8
``` {note}
9
9
This document is a work in progress. The details included are accurate (at the
10
10
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.
12
12
13
13
Contributions to improve this document are welcome.
14
14
```
@@ -26,7 +26,7 @@ The practical implication of that is that there will always be some situations
26
26
where pip cannot determine what to install in a reasonable length of time. We
27
27
make every effort to ensure that such situations happen rarely, but eliminating
28
28
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.
30
30
31
31
## Python specific issues
32
32
@@ -136,7 +136,7 @@ operations:
136
136
that satisfy them. This is essentially where the finder interacts with the
137
137
resolver.
138
138
* ` 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 .
140
140
* ` get_dependencies ` - get the dependency metadata for a candidate. This is
141
141
the implementation of the process of getting and reading package metadata.
142
142
0 commit comments