diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-11-02 09:29:55 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-11-02 09:29:55 +0100 |
| commit | f975c4857d4442bf3d7c4cf1c28d317d26a2e297 (patch) | |
| tree | c068193a68a4cc10fcbe1e3b8d028237406d47e5 /docs | |
| parent | af7ea808d8540d1be87d89172f371ac928ff5c19 (diff) | |
Fixed #19225 -- Typo in shortcuts docs.
Thanks SunPowered for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/shortcuts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 0dc38b1459..b1b4700b73 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 |
