diff --git a/VERSION b/VERSION index a162fbf9..86c5f6c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.3.0 (2012-12-11 20:14:26) rc1 +Version 2.3.0 (2012-12-11 20:49:33) rc1 diff --git a/gluon/html.py b/gluon/html.py index 1d6337a8..72c2b23d 100644 --- a/gluon/html.py +++ b/gluon/html.py @@ -1969,7 +1969,7 @@ class FORM(DIV): **kwargs ): """ - kwargs is not used but allows to specify the same interface for FROM and SQLFORM + kwargs is not used but allows to specify the same interface for FORM and SQLFORM """ if request_vars.__class__.__name__ == 'Request': request_vars = request_vars.post_vars