﻿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
12585	fix typo in tutorial03.txt	fcsmith	Alex Ogier	"""Parentheses"" is the plural of ""parenthesis."" Fixed this typo.

Currently reads:
{{{
Using parenthesis around a pattern ""captures"" the text matched by that pattern and sends it as an argument to the view function; 
}}}

Should read:
{{{
Using parentheses around a pattern ""captures"" the text matched by that pattern and sends it as an argument to the view function; 
}}}

Patch attached."		closed	Documentation	1.1		fixed			Ready for checkin	1	0	0	0	0	0
