fixed typo in docstring, issue 1210, thanks francois.delpierre

This commit is contained in:
mdipierro
2012-12-11 20:50:10 -06:00
parent bf3a24e515
commit 63cefe0862
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.3.0 (2012-12-11 20:14:26) rc1
Version 2.3.0 (2012-12-11 20:49:33) rc1
+1 -1
View File
@@ -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