Skip to content

Commit

Permalink
fix regex explanation typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Feb 8, 2016
1 parent 1aa6f90 commit dfb4c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ There are more possibilities such as:
- Use ``re.match`` or ``fnmatch`` expressions to filter the paths:
The syntax for crumb arguments with a regular expression is: ``"{<arg_name>:<reg_regex>}"``
The syntax for crumb arguments with a regular expression is: ``"{<arg_name>:<arg_regex>}"``
.. code:: python
Expand Down

0 comments on commit dfb4c87

Please sign in to comment.