From 45284a90a515e71552f37c539a3cfdc38f15d869 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 25 May 2012 21:13:51 +0200 Subject: Fixed #17929 -- Improved tutorial wording and capitalization. Thanks rmattb for the report and the patch. --- docs/intro/tutorial03.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/intro/tutorial03.txt') diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index c45c944acb..fd3a04ba93 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -400,7 +400,7 @@ like:

{{ poll.question }}

@@ -412,7 +412,7 @@ list-index lookup. Method-calling happens in the :ttag:`{% for %}` loop: ``poll.choice_set.all`` is interpreted as the Python code -``poll.choice_set.all()``, which returns an iterable of Choice objects and is +``poll.choice_set.all()``, which returns an iterable of ``Choice`` objects and is suitable for use in the :ttag:`{% for %}` tag. See the :doc:`template guide ` for more about templates. -- cgit v1.3