Fix another typo

FIx another typo in a doc-string
This commit is contained in:
fjcapdevila 2014-06-09 18:15:31 -03:00
parent f354e54f91
commit 4edeff61af

View file

@ -121,7 +121,7 @@ class Select2View(JSONResponseMixin, View):
:param kwargs: The ``**kwargs`` passed to :py:meth:`django.views.generic.View.dispatch`.
.. warning:: Sub-classes should override this. You really do not want random people making
Http reqeusts to your server, be able to get access to sensitive information.
Http requests to your server, be able to get access to sensitive information.
"""
pass