From 5f54752b9dd243ffcb8cb3cb8dc46f8d3666d8bd Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 18 Aug 2014 20:37:16 -0400 Subject: [1.7.x] Fixed some doc errors that caused syntax highlighting to fail. Backport of 27fdac97ae from master --- docs/ref/forms/widgets.txt | 4 ++-- docs/ref/templates/api.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 293c69df1f..e5963397a2 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -562,7 +562,7 @@ Selector and checkbox widgets .. code-block:: html @@ -658,7 +658,7 @@ the widget. .. code-block:: html diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index a058ee032b..0a50e5e243 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -320,7 +320,7 @@ If you ``pop()`` too much, it'll raise >>> c.pop() Traceback (most recent call last): ... - django.template.ContextPopException + ContextPopException .. versionadded:: 1.7 -- cgit v1.3