Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisrall authored Jul 2, 2024
1 parent fbd7510 commit e3ec7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
+++ 0.2.0

Normally Rye loads packages from PyPI only. However it is possible to instruct it to
load packages from other indexes as well. Be aware that packages on multiple indexes are handled diffrently from `pip` if you use `uv` (see the [uv docs](https://github.com/astral-sh/uv/blob/main/PIP_COMPATIBILITY.md#packages-that-exist-on-multiple-indexes) for details).
load packages from other indexes as well. Be aware that packages on multiple indexes are handled differently from `pip` if you use `uv` (see the [uv docs](https://github.com/astral-sh/uv/blob/main/PIP_COMPATIBILITY.md#packages-that-exist-on-multiple-indexes) for details).

## Adding a Source

Expand Down

0 comments on commit e3ec7a6

Please sign in to comment.