From 71dbc01ad7d768b12e0d5cfeaaf83cc411ad4d50 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 2 Nov 2012 09:29:55 +0100 Subject: [PATCH] Fixed #19225 -- Typo in shortcuts docs. Thanks SunPowered for the report. --- docs/topics/http/shortcuts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 0dc38b14592..b1b4700b730 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -4,7 +4,7 @@ Django shortcut functions .. module:: django.shortcuts :synopsis: - Convenience shortcuts that spam multiple levels of Django's MVC stack. + Convenience shortcuts that span multiple levels of Django's MVC stack. .. index:: shortcuts