From 1b50cccec47422004bc8382319aa0030041273ad Mon Sep 17 00:00:00 2001 From: phaer Date: Mon, 29 Jul 2024 18:24:20 +0200 Subject: [PATCH] docs/pip: fix typo --- docs/src/guides/pip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guides/pip.md b/docs/src/guides/pip.md index daa1ebd9..886f3e85 100644 --- a/docs/src/guides/pip.md +++ b/docs/src/guides/pip.md @@ -6,7 +6,7 @@ title: Build a python project with pip We recommend reading our [Getting Started](./getting-started.md) guide first if you have not done so yet! -this guide we are going to take a look at two annotated examples using the [pip module](../reference/pip/index.md): +In this guide we are going to take a look at two annotated examples using the [pip module](../reference/pip/index.md): - The first one builds [Pillow](https://python-pillow.org/) from upstream sources fetched from PyPi. - The second one builds a fictional python project living in the same repository as the nix sources