Commit 45ff7c2b by wwuck Committed by GitHub

doc: fix tool.poetry.repositories reference

parent e70c8cac
...@@ -74,7 +74,7 @@ pendulum = "^2.1" ...@@ -74,7 +74,7 @@ pendulum = "^2.1"
As you can see, it takes a mapping of **package names** and **version constraints**. 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 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. Also, instead of modifying the `pyproject.toml` file by hand, you can use the `add` command.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment