Fixed typo

This commit is contained in:
James O'Toole
2015-03-05 11:50:42 +00:00
parent 31f3917ff5
commit 079e8c8dc0
+1 -1
View File
@@ -32,7 +32,7 @@ def parsley_kwargs(field, kwargs):
Generate *kwargs* from the validators present for the widget.
Note that the regex validation relies on the eegex pattern being compatible with
Note that the regex validation relies on the regex pattern being compatible with
both ECMA script and Python. The regex is not converted in any way.
It's possible to simply supply your own "parsley-regexp" keyword to the field
to explicitly provide the ECMA script regex.