From 492c60c20222a97cc8ad32865ba1964728a9b8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 19 Jan 2014 10:26:55 +0100 Subject: [PATCH] fix doc typo --- doc/en/plugins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/plugins.txt b/doc/en/plugins.txt index 333d788d9..a14478978 100644 --- a/doc/en/plugins.txt +++ b/doc/en/plugins.txt @@ -138,7 +138,7 @@ may define a so-called entry point for your distribution so that ``pytest`` finds your plugin module. Entry points are a feature that is provided by `setuptools`_ or `Distribute`_. pytest looks up the ``pytest11`` entrypoint to discover its -plugins and you can thus make your plugin available by definig +plugins and you can thus make your plugin available by defining it in your setuptools/distribute-based setup-invocation: .. sourcecode:: python