﻿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
6753	minor typo in authentication	piem@…	nobody	"in http://www.djangoproject.com/documentation/authentication/#methods

part of the first code snippet reads

{{{
myuser.user_permissions.remove(permission, permission, ...]
}}}

but should read:

{{{
myuser.user_permissions.remove(permission, permission, ...)
}}}"		closed	Documentation	dev		fixed			Accepted	1	0	0	0	0	0
