mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-18 04:01:02 +00:00
Fix another typo
FIx another typo in a doc-string
This commit is contained in:
parent
f354e54f91
commit
4edeff61af
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue