fix @funcarg to @factory

This commit is contained in:
holger krekel 2012-09-17 17:36:08 +02:00
parent a94bb0a8bb
commit c2480f5c54
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ factory function.
No ``pytest_funcarg__`` prefix when using @factory decorator
-------------------------------------------------------------------
When using the ``@funcarg`` decorator the name of the function
When using the ``@factory`` decorator the name of the function
denotes the name under which the resource can be accessed as a function
argument::