From 7614efa2f9e169749ab109aab909fbc244fd76a9 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Thu, 12 Mar 2015 23:38:27 -0700 Subject: [PATCH] Fixed typo in docs/howto/custom-template-tags.txt. --- docs/howto/custom-template-tags.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index a340ac7b83..c142201e1f 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -847,7 +847,7 @@ it's rendered: .. code-block:: html+django {% for o in some_list %} - ... {% endfor %}