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:30:42 +0100 |
| commit | f8c005b4ec618a40b5ccd573c246a0b6d2960844 (patch) | |
| tree | f2dc0ca94bb8aa9c7007654b21c298badfd1b5ab | |
| parent | 2733253633b8fa7663de2d95a356b92556cef551 (diff) | |
Fixed #19225 -- Typo in shortcuts docs.
Thanks SunPowered for the report.
| -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 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 |
