mention default parser correctly. closes #136

This commit is contained in:
Anatoly Bubenkov 2015-07-07 21:35:25 +02:00
parent bcf4aee6a2
commit 04b92603fa
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ And even more, there are several types of step parameter parsers at your disposa
from the text and passed to your ``step()`` function.
Type conversion can only be done via `converters` step decorator argument (see example below).
The default parser is `parse`, so you have to do nothing in addition to use it.
Parsers, as well as their optional arguments are specified like:
The default parser is `string`, so just plain one-to-one match to the keyword definition.
Parsers except `string`, as well as their optional arguments are specified like:
for `cfparse` parser