Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ how versions relate to each other, and on the different ways you can specify dep

**How does Poetry download the right files?**

When you specify a dependency in `pyproject.toml`, Poetry first take the name of the package
When you specify a dependency in `pyproject.toml`, Poetry first takes the name of the package
that you have requested and searches for it in any repository you have registered using the `repositories` key.
If you have not registered any extra repositories, or it does not find a package with that name in the
repositories you have specified, it falls back on PyPI.
Expand Down