From 8abe0f296de70780c81f2f2927e47f64e166589e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20S=C5=82awecki?= Date: Fri, 17 Nov 2023 04:43:36 +0100 Subject: [PATCH] Fix typo in running_guide.rst --- docs/guides/running_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/running_guide.rst b/docs/guides/running_guide.rst index a5cd9ab5..5f87ddfe 100644 --- a/docs/guides/running_guide.rst +++ b/docs/guides/running_guide.rst @@ -17,7 +17,7 @@ This task can the be run via the poe cli as ``poe test``. .. hint:: - If your pyproject defines pytest as a dependency with poetry, then poe will run the task with pytest from the poetry manaaged virtualenv, so you don't need to explicitly activate the virtualenv via ``poetry shell`` or ``poetry run``. + If your pyproject defines pytest as a dependency with poetry, then poe will run the task with pytest from the poetry managed virtualenv, so you don't need to explicitly activate the virtualenv via ``poetry shell`` or ``poetry run``. `Click here for a real example `_.