From 3a724b720b9e8cb3725afc69b227baab091cd1b8 Mon Sep 17 00:00:00 2001 From: Chris Pryer Date: Fri, 16 Jun 2023 20:26:47 -0400 Subject: [PATCH] chore: Fix typo in pdm pytest fixture docstring --- src/pdm/pytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pdm/pytest.py b/src/pdm/pytest.py index 6ab856b002..9807462424 100644 --- a/src/pdm/pytest.py +++ b/src/pdm/pytest.py @@ -583,7 +583,7 @@ def __call__( @pytest.fixture def pdm(core: Core, monkeypatch: pytest.MonkeyPatch) -> PDMCallable: """ - A fixture alloowing to execute PDM commands + A fixture allowing to execute PDM commands Returns: A `pdm` fixture command.