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:31 +0100 |
| commit | 71dbc01ad7d768b12e0d5cfeaaf83cc411ad4d50 (patch) | |
| tree | 500738378f3fb76311da129d83270a14f50b52d8 | |
| parent | c5d0f49dc285b0c200ad0d1496914f13d8e6293d (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 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 |
