docstring fixed

This commit is contained in:
Oleg Podsadny 2013-04-16 10:40:20 +02:00
parent 653d15ba5c
commit 130abe9e91
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ def _step_decorator(step_type, step_name):
:param step_name: Step name as in the feature file.
:return: Decorator function for the step.
:raises: StepError when step types mismatch.
:note: If the step type is GIVEN it will automatically apply the pytest
fixture decorator to the step function.