From f8c005b4ec618a40b5ccd573c246a0b6d2960844 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 cce0bb45c1..678ce031fd 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