From f2c365fb6a23e78205681d6aa4111c888e9ee6ab Mon Sep 17 00:00:00 2001 From: Nihaal Sangha Date: Sun, 22 May 2022 19:10:56 +0100 Subject: [PATCH] Fix PyPI capitalisation --- docs/pyproject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.md b/docs/pyproject.md index cf717d992cd..a0a300d3ffb 100644 --- a/docs/pyproject.md +++ b/docs/pyproject.md @@ -260,7 +260,7 @@ exclude = ["my_package/excluded.py"] ## dependencies and dependency groups -Poetry is configured to look for dependencies on [PyPi](https://pypi.org) by default. +Poetry is configured to look for dependencies on [PyPI](https://pypi.org) by default. Only the name and a version string are required in this case. ```toml