From 217a8b46213ca9a450dd8bf75df398a88ac42396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20S=C5=82awecki?= Date: Fri, 17 Nov 2023 10:08:19 +0100 Subject: [PATCH] Fix typo in running_guide.rst (#185) --- 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 a5cd9ab5a..5f87ddfe0 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 `_.