﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
4421	Caching documentation reports that cache_page takes two arguments.	kris.kowal@…	Jacob	"Toward the middle of the page, we see this line of code:
{{{
slashdot_this = cache_page(slashdot_this, 60 * 15)
}}}

That the statements ""cache_page takes one argument"" and ""subscribes to Python's decorator notation"" would be more consistent with this line of code:
{{{
slashdot_this = cache_page(60 * 15)(slashdot_this)
}}}
"		closed	Documentation	dev		invalid			Unreviewed	0	0	0	0	0	0
