fixed typo in docstring, issue 1210, thanks francois.delpierre
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user