From 0578ed81787449d79430360de143d916006e028b Mon Sep 17 00:00:00 2001 From: Abdenour Madani <61651582+Ab2nour@users.noreply.github.com> Date: Sat, 25 Nov 2023 10:14:18 +0100 Subject: [PATCH] docs: fix typo (#8700) --- docs/repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repositories.md b/docs/repositories.md index ba71b8369b4..220a01fb950 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -430,7 +430,7 @@ poetry config repositories.testpypi https://test.pypi.org/legacy/ [Legacy Upload API](https://warehouse.pypa.io/api-reference/legacy.html#upload-api) URLs are typically different to the same one provided by the repository for the simple API. You'll note that in the example of [Test PyPI](https://test.pypi.org/), both the host (`test.pypi.org`) as -well as the path (`/legacy`) are different to it's simple API (`https://test.pypi.org/simple`). +well as the path (`/legacy`) are different to its simple API (`https://test.pypi.org/simple`). {{% /note %}}