From 63cefe0862111443f75d72f692a0d5a0dc2946f9 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 11 Dec 2012 20:50:10 -0600 Subject: [PATCH] fixed typo in docstring, issue 1210, thanks francois.delpierre --- VERSION | 2 +- gluon/html.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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