﻿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
14397	Missing ending quotation in logging documentation	Hunter Ford	nobody	"The logging documentation contains a missing ending quotation mark in the example code snippet located at: http://docs.djangoproject.com/en/dev/topics/logging/

Line 46 of the configuration example:
{{{
#!python
            'handlers: ['console', 'mail_admins'],
}}}

should be changed to:

{{{
#!python
            'handlers': ['console', 'mail_admins'],
}}}

Keep up the good work!"		closed	Documentation	1.2		fixed			Unreviewed	0	0	0	0	0	0
