Skip to content

Commit

Permalink
Fix typo in running_guide.rst (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck authored and nat-n committed Nov 18, 2023
1 parent 49e89be commit 217a8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/running_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/nat-n/poethepoet/blob/main/pyproject.toml>`_.
Expand Down

0 comments on commit 217a8b4

Please sign in to comment.