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