Skip to content

Commit

Permalink
doc: fix tool.poetry.repositories reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wwuck authored and edvardm committed Nov 24, 2021
1 parent 7bcdd0e commit e351f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pendulum = "^2.1"
As you can see, it takes a mapping of **package names** and **version constraints**.

Poetry uses this information to search for the right set of files in package "repositories" that you register
in the `tool.poetry.repositories` section, or on [PyPI](https://pypi.org) by default.
in the `tool.poetry.source` section, or on [PyPI](https://pypi.org) by default.

Also, instead of modifying the `pyproject.toml` file by hand, you can use the `add` command.

Expand Down

0 comments on commit e351f68

Please sign in to comment.