From e351f689d2981d8b7f38f03cd5af773ec060d39a Mon Sep 17 00:00:00 2001 From: wwuck <301402+wwuck@users.noreply.github.com> Date: Fri, 29 Oct 2021 05:36:36 +1100 Subject: [PATCH] doc: fix tool.poetry.repositories reference --- docs/basic-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic-usage.md b/docs/basic-usage.md index 15dafdeeada..fb20dee502b 100644 --- a/docs/basic-usage.md +++ b/docs/basic-usage.md @@ -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.