﻿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
9300	misprint	Roman Kalinichenko	nobody	"I have found a misprint.
It is here: http://docs.djangoproject.com/en/dev//topics/i18n/#in-python-code

and around the bold font.

snippet:

""
The strings you pass to _() or ugettext() can take placeholders, specified with Python's standard named-string interpolation syntax. Example:

def my_view(request, m, d):
    output = _('Today is %(month)s, '''%s(day)s'''.') % {'month': m, 'day': d}
    return HttpResponse(output)

"""		closed	Documentation	1.0		fixed	misprint	romankrv@…	Unreviewed	0	0	0	0	0	0
