Finish incomplete sentence in pip migration guide (#14432)

Fixes https://github.com/astral-sh/uv/pull/12382#discussion_r2181237729
This commit is contained in:
Zanie Blue 2025-07-02 20:02:17 -05:00 committed by GitHub
parent 38ee6ec800
commit c3f13d2505
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ so multiple files are not needed to lock development dependencies.
The uv lockfile is always [universal](../../concepts/resolution.md#universal-resolution), so
multiple files are not needed to
[lock dependencies for each platform](#platform-specific-dependencies). This ensures that all
developers
developers are using consistent, locked versions of dependencies regardless of their machine.
The uv lockfile also supports concepts like
[pinning packages to specific indexes](../../concepts/indexes.md#pinning-a-package-to-an-index),