diff options
author | Gavin Wahl <gwahl@fusionbox.com> | 2013-03-28 11:16:53 -0600 |
---|---|---|
committer | Gavin Wahl <gwahl@fusionbox.com> | 2013-03-28 11:16:53 -0600 |
commit | ec04fd1344bda8067404b720ce48b01eb3546c6e (patch) | |
tree | 917a723867d6d1ee770995083925746a0946304d /docs/_ext/djangodocs.py | |
parent | e081601f6e81e0c41e66200753c348a5009c3ccf (diff) | |
download | django-ec04fd1344bda8067404b720ce48b01eb3546c6e.tar.gz |
Fixed spelling errors
Diffstat (limited to 'docs/_ext/djangodocs.py')
-rw-r--r-- | docs/_ext/djangodocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_ext/djangodocs.py b/docs/_ext/djangodocs.py index e539675786..572bcd2e29 100644 --- a/docs/_ext/djangodocs.py +++ b/docs/_ext/djangodocs.py @@ -120,7 +120,7 @@ class DjangoHTMLTranslator(SmartyPantsHTMLTranslator): # which is a bit less obvious that I'd like. # # FIXME: these messages are all hardcoded in English. We need to change - # that to accomodate other language docs, but I can't work out how to make + # that to accommodate other language docs, but I can't work out how to make # that work. # version_text = { |