From f588eae4f5f165b77f307f2ea7a27b10b64bbd26 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Fri, 5 Oct 2012 22:44:18 +0100 Subject: [PATCH] Use updated names --- doc/en/funcarg_compare.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/funcarg_compare.txt b/doc/en/funcarg_compare.txt index ff9080f37..661e6ec54 100644 --- a/doc/en/funcarg_compare.txt +++ b/doc/en/funcarg_compare.txt @@ -118,10 +118,10 @@ receiving the values created by the two respective invocations to the factory function. -No ``pytest_funcarg__`` prefix when using @factory decorator +No ``pytest_funcarg__`` prefix when using @fixture decorator ------------------------------------------------------------------- -When using the ``@factory`` decorator the name of the function +When using the ``@fixture`` decorator the name of the function denotes the name under which the resource can be accessed as a function argument::