From 25a36f4b937a09fb2e920fd24decf3f17979056d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= <40836345+signekb@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:00:51 +0100 Subject: [PATCH] fix: add missing "are" --- why-poetry.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/why-poetry.qmd b/why-poetry.qmd index 2ce41cd..913b3cd 100644 --- a/why-poetry.qmd +++ b/why-poetry.qmd @@ -15,7 +15,7 @@ Managing the packages we depend on (e.g. Django) in Python isn't "simply" instal The solution to this problem is by using "virtual environments" in Python. These are environments that are separate from the rest of the system and can install any packages without impacting other environments. -There multiple ways of creating these virtual environments and managing package dependencies, and the optional solution depends on the project. +There are multiple ways of creating these virtual environments and managing package dependencies, and the optional solution depends on the project. ## Decision Drivers @@ -102,4 +102,4 @@ We decided on Poetry because it has amazing documentation, is well-designed, and ### Consequences - Because Poetry isn't fully PEP compliant, we might encounter some issues -- Doesn't have the "official" support (hosted on the GitHub PyPA organization) that Hatch has, so we might reconsider the decision to use Poetry at a future date \ No newline at end of file +- Doesn't have the "official" support (hosted on the GitHub PyPA organization) that Hatch has, so we might reconsider the decision to use Poetry at a future date