fixed Issue 1431:Typo in web2py documentation, thanks dabweather.FBI

This commit is contained in:
mdipierro
2013-04-06 09:42:37 -05:00
parent 89021b6409
commit 8f70d3a802
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.5-stable+timestamp.2013.04.06.09.39.30
Version 2.4.5-stable+timestamp.2013.04.06.09.42.00
+3 -3
View File
@@ -2677,7 +2677,7 @@ class SQLTABLE(TABLE):
:param selectid: The id you want to select
:param renderstyle: Boolean render the style with the table
:param extracolums = [{'label':A('Extra',_href='#'),
:param extracolumns = [{'label':A('Extra',_href='#'),
'class': '', #class name of the header
'width':'', #width in pixels or %
'content':lambda row, rc: A('Edit',_href='edit/%s'%row.id),
@@ -2699,8 +2699,8 @@ class SQLTABLE(TABLE):
},
}
table = SQLTABLE(rows, headers=headers, extracolums=extracolums)
table = SQLTABLE(rows, headers=headers, extracolumns=extracolumns)
`<
"""