From 5424d3ed285be33a964497960c169626911ae26f Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 13 Apr 2009 19:56:11 +0200 Subject: [PATCH] fixing ReST typo --HG-- branch : trunk --- doc/test/funcargs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/test/funcargs.txt b/doc/test/funcargs.txt index d9cca7a4f..b73765b0b 100644 --- a/doc/test/funcargs.txt +++ b/doc/test/funcargs.txt @@ -326,7 +326,7 @@ config object. But lacking a good use case for this indirection and flexibility we decided to go for `Convention over Configuration`_ and allow to directly specify the provider. It has the positive implication that you should be able to -"grep" for `pytest_funcarg__MYARG`` and will find all +"grep" for ``pytest_funcarg__MYARG`` and will find all providing sites (usually exactly one). .. _`Convention over Configuration`: http://en.wikipedia.org/wiki/Convention_over_Configuration