From 079e8c8dc018914f77f001cdb23cb0321ac64bcd Mon Sep 17 00:00:00 2001 From: James O'Toole Date: Thu, 5 Mar 2015 11:50:42 +0000 Subject: [PATCH] Fixed typo --- wtformsparsleyjs/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wtformsparsleyjs/core.py b/wtformsparsleyjs/core.py index ba6f3e4..34a22d8 100644 --- a/wtformsparsleyjs/core.py +++ b/wtformsparsleyjs/core.py @@ -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.