1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix typo in dependency-resolution.md (#11465)

Removes a duplicated word.
This commit is contained in:
Jaime Sanz 2022-09-22 21:07:42 -03:00 committed by GitHub
parent fbb7f0b293
commit 7979dc0029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -155,7 +155,7 @@ how to inspect:
- their release notes and changelogs from past versions
During deployment, you can create a lockfile stating the exact package and
version number for for each dependency of that package. You can create this
version number for each dependency of that package. You can create this
with [pip-tools](https://github.com/jazzband/pip-tools/).
This means the "work" is done once during development process, and thus